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 | ab8b59c90c3b528815bc0f016355d73a70dddae6 (patch) | |
tree | d7ce806b451c51c89a30778f514da6b68be80a4b | |
parent | b39e5c16dee6088b88ec3c24b34aabdf9c9da4a1 (diff) | |
download | Ishtar-ab8b59c90c3b528815bc0f016355d73a70dddae6.tar.bz2 Ishtar-ab8b59c90c3b528815bc0f016355d73a70dddae6.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(): |