From 4a24c9dbcdaea22673863d87132810135c9554fc Mon Sep 17 00:00:00 2001 From: Andreas Pelme Date: Mon, 9 Sep 2024 11:39:21 +0200 Subject: [PATCH] 24.9.1 --- docs/changelog.md | 6 ++++-- htpy/__init__.py | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 82a4135..797573b 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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). diff --git a/htpy/__init__.py b/htpy/__init__.py index 0749603..ddf6687 100644 --- a/htpy/__init__.py +++ b/htpy/__init__.py @@ -1,6 +1,6 @@ from __future__ import annotations -__version__ = "24.8.3" +__version__ = "24.9.1" __all__: list[str] = [] import dataclasses