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