summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.md7
-rw-r--r--ishtar_common/version.py4
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():