diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index a0510bd..346cf8b 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -24,6 +24,11 @@ Glossary Releases --------------------- +v1.4.2 +================ +- Fixed issue with typing conversion. + + v1.4.1 ================ - Fixed scaling (padding) issues diff --git a/tkclasswiz/__init__.py b/tkclasswiz/__init__.py index 2981b82..efc3a9f 100644 --- a/tkclasswiz/__init__.py +++ b/tkclasswiz/__init__.py @@ -27,7 +27,7 @@ SOFTWARE. """ -__version__ = "1.4.1" +__version__ = "1.4.2" from .object_frame import *