summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.md7
-rw-r--r--ishtar_common/version.py4
2 files changed, 9 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index eb429a45d..56fae77c7 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,13 @@
Ishtar changelog
================
+v3.1.62 - 2022-05-10
+--------------------
+
+### Bugs ###
+
+- Operation: fix empty operation prefix in profile
+
v3.1.61 - 2022-05-09
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index 23a4ef291..511f161d2 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 3.1.61
-VERSION = (3, 1, 61)
+# 3.1.62
+VERSION = (3, 1, 62)
def get_version():