Skip to content

Commit b4c63dc

Browse files
authored
incremented version to 0.1.5
1 parent f6b6a22 commit b4c63dc

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22

3-
## [0.1.4] - 2023-06-028
3+
## [0.1.5] - 2023-07-24
4+
- updated construct-typing dependency to v0.6.*
5+
6+
-------------------------------------------------------------------------------
7+
8+
## [0.1.4] - 2023-06-28
49
Enhanced ConstructEditor:
510
- Fixed wrong enum flags name in Python 3.11
611

construct_editor/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = (0, 1, 4)
1+
version = (0, 1, 5)
22
version_string = ".".join(map(str, version))

0 commit comments

Comments
 (0)