summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2021-05-10 18:58:28 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2021-05-10 18:58:28 +0200
commitf4f41d6a4941405212013341572d48b640f52924 (patch)
treef40457f6d88e8f7cbd1221556f37fdadd5fc003f
parent44ad1484085bccce7960230a4bdf844c794c6b5d (diff)
downloadIshtar-f4f41d6a4941405212013341572d48b640f52924.tar.bz2
Ishtar-f4f41d6a4941405212013341572d48b640f52924.zip
New version
-rw-r--r--CHANGES.md4
-rw-r--r--ishtar_common/version.py4
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():