Skip to content

Commit 8b23487

Browse files
committed
Version 25.4.0.
1 parent 37a2a73 commit 8b23487

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Next (minor)
3+
## 25.4.0 - 2025-04-10
44
- Strip whitespace around id and class values in CSS selector. Fixes
55
[issue #97](https://github.com/pelme/htpy/issues/97). See [PR #100](https://github.com/pelme/htpy/pull/100).
66
Thanks to [William Jackson](https://github.com/williamjacksn).

htpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
if t.TYPE_CHECKING:
1313
from types import UnionType
1414

15-
__version__ = "25.3.0"
15+
__version__ = "25.4.0"
1616
__all__: list[str] = []
1717

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

0 commit comments

Comments
 (0)