diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-05-10 17:24:49 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-05-10 17:24:49 +0200 |
commit | 62c39bbc68683043e254efc43d54c4aa72c6770e (patch) | |
tree | d0698ea28079cab8734eca80f903143226360d6e | |
parent | 63f7439becc19c97f5516218b75161792d38d147 (diff) | |
download | Ishtar-62c39bbc68683043e254efc43d54c4aa72c6770e.tar.bz2 Ishtar-62c39bbc68683043e254efc43d54c4aa72c6770e.zip |
New version
-rw-r--r-- | CHANGES.md | 7 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/CHANGES.md b/CHANGES.md index fc7221c5e..d2dbaa6f0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,13 +1,18 @@ Ishtar changelog ================ +v3.1.21 - 2021-05-10 +-------------------- + +### Features ### +- More values on the json summary + v3.1.20 - 2021-05-08 -------------------- ### Features ### - Improve autocomplete container sort - v3.1.19 - 2021-05-07 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 9a36f39c9..72074dcfb 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 3.1.20 -VERSION = (3, 1, 20) +# 3.1.21 +VERSION = (3, 1, 21) def get_version(): |