We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff50373 commit 50a6fa1Copy full SHA for 50a6fa1
docs/changelog.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## next
+## 24.10.0 - 2024-10-23
4
- Implement `Element.__html__`. This avoids double escaping when passed to
5
`markupsafe.escape` and Django's `django.utils.html.conditional_escape`. [PR #65](https://github.com/pelme/htpy/pull/65).
6
- Raise errors directly on invalid children. This avoids cryptic stack traces.
htpy/__init__.py
from __future__ import annotations
-__version__ = "24.9.1"
+__version__ = "24.10.0"
__all__: list[str] = []
import dataclasses
0 commit comments