summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.md5
-rw-r--r--ishtar_common/version.py4
2 files changed, 5 insertions, 4 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 71de9a35f..d37039d28 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -6,12 +6,13 @@ date: 2022-05-17
Ishtar changelog
================
-v3.1.64 - 2022-05-18
---------------------
+v3.1.64-65 - 2022-05-18
+-----------------------
### Bug fix ###
- Person: fix raw_name reinit when no name is given
+- Operation: fix label "in charge" -> "scientific monitor"
v3.1.63 - 2022-05-17
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index c4eff2b4c..5ac4a144a 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 3.1.64
-VERSION = (3, 1, 64)
+# 3.1.65
+VERSION = (3, 1, 65)
def get_version():