Skip to content

Commit 50a6fa1

Browse files
committed
24.10.0
1 parent ff50373 commit 50a6fa1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## next
3+
## 24.10.0 - 2024-10-23
44
- Implement `Element.__html__`. This avoids double escaping when passed to
55
`markupsafe.escape` and Django's `django.utils.html.conditional_escape`. [PR #65](https://github.com/pelme/htpy/pull/65).
66
- Raise errors directly on invalid children. This avoids cryptic stack traces.

htpy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import annotations
22

3-
__version__ = "24.9.1"
3+
__version__ = "24.10.0"
44
__all__: list[str] = []
55

66
import dataclasses

0 commit comments

Comments
 (0)