We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37a2a73 commit 8b23487Copy full SHA for 8b23487
docs/changelog.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Next (minor)
+## 25.4.0 - 2025-04-10
4
- Strip whitespace around id and class values in CSS selector. Fixes
5
[issue #97](https://github.com/pelme/htpy/issues/97). See [PR #100](https://github.com/pelme/htpy/pull/100).
6
Thanks to [William Jackson](https://github.com/williamjacksn).
htpy/__init__.py
@@ -12,7 +12,7 @@
12
if t.TYPE_CHECKING:
13
from types import UnionType
14
15
-__version__ = "25.3.0"
+__version__ = "25.4.0"
16
__all__: list[str] = []
17
18
BaseElementSelf = t.TypeVar("BaseElementSelf", bound="BaseElement")
0 commit comments