diff options
| 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 |
| commit | f8187b377af98a3651cb0c16e4f244617628f58b (patch) | |
| tree | f40457f6d88e8f7cbd1221556f37fdadd5fc003f | |
| parent | a85234fe6ac589c73094260859b3c532bb1c843d (diff) | |
| download | Ishtar-f8187b377af98a3651cb0c16e4f244617628f58b.tar.bz2 Ishtar-f8187b377af98a3651cb0c16e4f244617628f58b.zip | |
New version
| -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(): |
