Skip to content

Commit 354174c

Browse files
committed
25.5.0
1 parent 7d6fe4f commit 354174c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22

3-
## NEXT
4-
- Allow multiple attribute dictionaries when defining `Elements`.
3+
## 25.5.0 - 2025-05-25
4+
- Allow multiple attribute dictionaries when defining `Elements`. [PR #117](https://github.com/pelme/htpy/pull/117). Thanks to [Chase Sterling @gazpachoking](https://github.com/gazpachoking).
55

66
## 25.4.2 - 2025-04-16
77
- Fix import of `@deprecated()` annotation on Python >= 3.13. It is part of the `warnings` module, not the `typing` module. Fixes [issue #106]. [PR #107]

htpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
if t.TYPE_CHECKING:
1818
from types import UnionType
1919

20-
__version__ = "25.4.2"
20+
__version__ = "25.5.0"
2121
__all__: list[str] = []
2222

2323
BaseElementSelf = t.TypeVar("BaseElementSelf", bound="BaseElement")

0 commit comments

Comments
 (0)