Skip to content

Commit

Permalink
24.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pelme committed Oct 23, 2024
1 parent ff50373 commit 50a6fa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## next
## 24.10.0 - 2024-10-23
- Implement `Element.__html__`. This avoids double escaping when passed to
`markupsafe.escape` and Django's `django.utils.html.conditional_escape`. [PR #65](https://github.com/pelme/htpy/pull/65).
- Raise errors directly on invalid children. This avoids cryptic stack traces.
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.9.1"
__version__ = "24.10.0"
__all__: list[str] = []

import dataclasses
Expand Down

0 comments on commit 50a6fa1

Please sign in to comment.