Skip to content

Commit 7285793

Browse files
committed
incremented version to 0.1.0
1 parent 86bc5fe commit 7285793

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changelog
2-
## [Unreleased]
2+
## [0.1.0] - 2023-01-03
33
Complete refactoring of the code, so that core components of the construct-editor are seperated vom GUI components. That makes it theoretically possible to add multiple GUI frameworks in the future. Besides this the following notable enhancements are implemented:
44

55
Enhanced ConstructEditor:

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, 0, 19)
1+
version = (0, 1, 0)
22
version_string = ".".join(map(str, version))

0 commit comments

Comments
 (0)