Skip to content

Commit 46d17f2

Browse files
authored
Merge branch 'main' into develop
2 parents a4b2f53 + 226ede3 commit 46d17f2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/source/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ Glossary
2323
---------------------
2424
Releases
2525
---------------------
26+
v1.3.1
27+
================
28+
- Fixed :func:`tkclasswiz.convert.convert_objects_to_script` not including enum imports.
29+
2630

2731
v1.4.0
2832
================

tkclasswiz/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@
2626
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2727
SOFTWARE.
2828
"""
29+
2930
__version__ = "1.4.0"
3031

32+
3133
from .object_frame import *
3234
from .annotations import *
3335
from .cache import *

0 commit comments

Comments
 (0)