diff options
-rw-r--r-- | CHANGES.md | 4 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES.md b/CHANGES.md index d2dbaa6f0..3f85aa2da 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,8 +1,8 @@ Ishtar changelog ================ -v3.1.21 - 2021-05-10 --------------------- +v3.1.21-22 - 2021-05-10 +----------------------- ### Features ### - More values on the json summary diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 72074dcfb..ec5c7283e 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 3.1.21 -VERSION = (3, 1, 21) +# 3.1.22 +VERSION = (3, 1, 22) def get_version(): |