diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-07-18 22:55:06 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-12-12 12:23:17 +0100 |
commit | 728d426dea8cdb041946f0eab8a74818bcdc2cd1 (patch) | |
tree | 182150ae816ea10deb9149323af78b2957180dcd | |
parent | 1d325c4b42b47cc21705473dbf099c87ee20119a (diff) | |
download | Ishtar-728d426dea8cdb041946f0eab8a74818bcdc2cd1.tar.bz2 Ishtar-728d426dea8cdb041946f0eab8a74818bcdc2cd1.zip |
New version
-rw-r--r-- | CHANGES.md | 9 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
2 files changed, 10 insertions, 3 deletions
diff --git a/CHANGES.md b/CHANGES.md index 75abf36df..ec1cc7aa1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,11 +1,18 @@ --- title: Ishtar changelog -date: 2022-11-04 +date: 2022-07-18 --- Ishtar changelog ================ +v4.0.7 - 2022-07-18 +------------------- + +### Features ### + +- Operation wizard refactoring + v4.0.6 - 2022-07-17 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index f831bfb47..dc3f52379 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.0.6 -VERSION = (4, 0, 6) +# 4.0.7 +VERSION = (4, 0, 7) def get_version(): |