summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2022-05-18 13:52:39 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-05-18 13:52:39 +0200
commit49c872948de7d1e0bdca466eaea8dc0d024c1732 (patch)
treec7a8eb966aa328b5d8e2bd1190bf9716047e8bd6
parent68b183dcc194051be861ce68ce4e2118db3f2e35 (diff)
downloadIshtar-49c872948de7d1e0bdca466eaea8dc0d024c1732.tar.bz2
Ishtar-49c872948de7d1e0bdca466eaea8dc0d024c1732.zip
New version
-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():