Skip to content

Commit ef1063a

Browse files
committed
docs
1 parent 0010c70 commit ef1063a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/source/changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ Glossary
2424
Releases
2525
---------------------
2626

27+
v1.4.2
28+
================
29+
- Fixed issue with typing conversion.
30+
31+
2732
v1.4.1
2833
================
2934
- Fixed scaling (padding) issues

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.1"
30+
__version__ = "1.4.2"
3131

3232

3333
from .object_frame import *

0 commit comments

Comments
 (0)