Skip to content

Commit fc67806

Browse files
committed
25.5.1
1 parent 6777390 commit fc67806

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

docs/changelog.md

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

3-
## NEXT
4-
- Split source code into multiple private modules.
5-
See [PR #119](https://github.com/pelme/htpy/pull/119).
3+
## 25.5.1 - 2025-05-30
4+
- Split source code into multiple private modules. See PR #119.
65
Thanks to [Stein Magnus Jodal (@jodal)](https://github.com/jodal).
76
- Add `@with_children` decorator to help creating custom components that get passed children in the same way as regular HTML elements.
8-
See [PR #113](https://github.com/pelme/htpy/pull/113).
7+
See PR #113.
98
[Read the docs for more details](common-patterns.md#components-with-children).
109
Thanks to [Stein Magnus Jodal (@jodal)](https://github.com/jodal).
1110

htpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from htpy._types import Renderable as Renderable
1818
from htpy._with_children import with_children as with_children
1919

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

2323

0 commit comments

Comments
 (0)