From cea5f3f41cefb57c98b3d6ad17ee235e5a6d8aa0 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 10 May 2021 17:24:49 +0200 Subject: New version --- CHANGES.md | 7 ++++++- 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(): -- cgit v1.2.3