Skip to content

Commit 7fbf27f

Browse files
committed
Version 25.4.1.
1 parent 6b5702d commit 7fbf27f

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
3+
## 25.4.1 - 2025-04-12
44
- Add the `Renderable` protocol, a consistent API to render an `htpy` object as HTML or to iterate over it. `Element`, `Fragment`, `ContextProvider`, and `ContextConsumer` are all `Renderable`.
55
- Deprecate `render_node()` and `iter_node()` and direct iteration over elements. Call `Renderable.__str__()` or `Renderable.iter_chunks()` instead. [Read the Usage docs for more details](usage.md#renderable).
66

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.0"
20+
__version__ = "25.4.1"
2121
__all__: list[str] = []
2222

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

0 commit comments

Comments
 (0)