summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2021-05-08 13:28:12 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2021-05-08 13:29:18 +0200
commit234a0bb436edda0a992dd73b3cc85cd3fbd44679 (patch)
tree187f6f0eac66e63d8fea50bd51e586cfe9f43b9a
parent41c5c4ba3eeeb9815c95eae549199648d1233a3f (diff)
downloadIshtar-234a0bb436edda0a992dd73b3cc85cd3fbd44679.tar.bz2
Ishtar-234a0bb436edda0a992dd73b3cc85cd3fbd44679.zip
New version
-rw-r--r--CHANGES.md7
-rw-r--r--ishtar_common/version.py4
2 files changed, 9 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 9440ce2b2..fc7221c5e 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,13 @@
Ishtar changelog
================
+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 a9f8bbe12..9a36f39c9 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 3.1.19
-VERSION = (3, 1, 19)
+# 3.1.20
+VERSION = (3, 1, 20)
def get_version():