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 0010c70 commit ef1063aCopy full SHA for ef1063a
docs/source/changelog.rst
@@ -24,6 +24,11 @@ Glossary
24
Releases
25
---------------------
26
27
+v1.4.2
28
+================
29
+- Fixed issue with typing conversion.
30
+
31
32
v1.4.1
33
================
34
- Fixed scaling (padding) issues
tkclasswiz/__init__.py
@@ -27,7 +27,7 @@
SOFTWARE.
"""
-__version__ = "1.4.1"
+__version__ = "1.4.2"
from .object_frame import *
0 commit comments