Skip to content

Commit

Permalink
24.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pelme committed Sep 9, 2024
1 parent b457d12 commit 4a24c9d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Changelog

## next
- Raise errors directly on invalid attributes. This avoids cryptic stack traces for invalid attributes. [Issue #49](https://github.com/pelme/htpy/issues/49) [PR #55](https://github.com/pelme/htpy/pull/55).
## 24.9.1
- Raise errors directly on invalid attributes. This avoids cryptic stack traces
for invalid attributes. [Issue #49](https://github.com/pelme/htpy/issues/49)
[PR #55](https://github.com/pelme/htpy/pull/55).

## 24.8.3 - 2024-08-28
- Support passing htpy elements directly to Starlette responses. Document Starlette support. [PR #50](https://github.com/pelme/htpy/pull/50).
Expand Down
2 changes: 1 addition & 1 deletion htpy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import annotations

__version__ = "24.8.3"
__version__ = "24.9.1"
__all__: list[str] = []

import dataclasses
Expand Down

0 comments on commit 4a24c9d

Please sign in to comment.