Skip to content

Commit 060042c

Browse files
committed
doc
1 parent 8e65ec9 commit 060042c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

docs/source/changelog.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,14 @@ Glossary
2424
Releases
2525
---------------------
2626

27+
v1.4.4
28+
================
29+
- Fixed generic types under iterable types expansion.
30+
31+
2732
v1.4.3
2833
================
29-
- Fixed an error when a subclass's generic accepts less types than the original
34+
- Fixed an error when a subclass's generic accepts less types than the original.
3035

3136

3237
v1.4.2

tkclasswiz/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
SOFTWARE.
2828
"""
2929

30-
__version__ = "1.4.3"
30+
__version__ = "1.4.4"
3131

3232

3333
from .object_frame import *

0 commit comments

Comments
 (0)