diff options
-rw-r--r-- | CHANGES.md | 7 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
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(): |