We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e65ec9 commit 060042cCopy full SHA for 060042c
docs/source/changelog.rst
@@ -24,9 +24,14 @@ Glossary
24
Releases
25
---------------------
26
27
+v1.4.4
28
+================
29
+- Fixed generic types under iterable types expansion.
30
+
31
32
v1.4.3
33
================
-- 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.
35
36
37
v1.4.2
tkclasswiz/__init__.py
@@ -27,7 +27,7 @@
SOFTWARE.
"""
-__version__ = "1.4.3"
+__version__ = "1.4.4"
from .object_frame import *
0 commit comments