diff options
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 |
commit | d0a862a187609e7c087445e87cf634a280958551 (patch) | |
tree | c7a8eb966aa328b5d8e2bd1190bf9716047e8bd6 | |
parent | e65d280a929b520d99b35253db88a6d0bfa37e4b (diff) | |
download | Ishtar-d0a862a187609e7c087445e87cf634a280958551.tar.bz2 Ishtar-d0a862a187609e7c087445e87cf634a280958551.zip |
New version
-rw-r--r-- | CHANGES.md | 5 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
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(): |