summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.md5
-rw-r--r--ishtar_common/version.py4
2 files changed, 7 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 92fff7149..93e7d1798 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,11 @@
Ishtar changelog
================
+v3.1.40 - 2021-11-16
+--------------------
+### Features ###
+- Command - ishtar_maintenance: fix main image
+
v3.1.39 - 2021-11-09
--------------------
### Bugs ###
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index e50c259b0..8b6c64e13 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 3.1.39
-VERSION = (3, 1, 39)
+# 3.1.40
+VERSION = (3, 1, 40)
def get_version():