summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.md9
-rw-r--r--ishtar_common/version.py4
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():