Skip to content

Commit

Permalink
24.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pelme committed Dec 15, 2024
1 parent 3ce37fd commit 2803f59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## NEXT
## 24.12.0 - 2024-12-15
- Fixed handling of non-generator iterators such as `itertools.chain()` as
children. Thanks to Aleksei Pirogov ([@astynax](https://github.com/astynax)).
[PR #72](https://github.com/pelme/htpy/pull/72).
Expand Down
2 changes: 1 addition & 1 deletion htpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

if t.TYPE_CHECKING:
from types import UnionType
__version__ = "24.10.1"
__version__ = "24.12.0"
__all__: list[str] = []

BaseElementSelf = t.TypeVar("BaseElementSelf", bound="BaseElement")
Expand Down

0 comments on commit 2803f59

Please sign in to comment.