summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2022-05-10 13:16:25 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-05-10 13:16:25 +0200
commitea55847867084ab9db3aec50f5e26b8ed81501cf (patch)
treed7ce806b451c51c89a30778f514da6b68be80a4b
parentd86d38d75b4ad6a0626cc341687347c8950a1c87 (diff)
downloadIshtar-ea55847867084ab9db3aec50f5e26b8ed81501cf.tar.bz2
Ishtar-ea55847867084ab9db3aec50f5e26b8ed81501cf.zip
New version
-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():