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 988555c23..3f3f63936 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,13 @@
Ishtar changelog
================
+v3.1.59 - 2022-05-05
+--------------------
+
+### Bugs ###
+
+- Account management - profile: raise an error on profile name duplication
+
v3.1.58 - 2022-04-22
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index a34c33d08..6e2cb11d3 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 3.1.58
-VERSION = (3, 1, 58)
+# 3.1.59
+VERSION = (3, 1, 59)
def get_version():