From f8187b377af98a3651cb0c16e4f244617628f58b Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 10 May 2021 18:58:28 +0200 Subject: New version --- CHANGES.md | 4 ++-- ishtar_common/version.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index d2dbaa6f0..3f85aa2da 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,8 +1,8 @@ Ishtar changelog ================ -v3.1.21 - 2021-05-10 --------------------- +v3.1.21-22 - 2021-05-10 +----------------------- ### Features ### - More values on the json summary diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 72074dcfb..ec5c7283e 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 3.1.21 -VERSION = (3, 1, 21) +# 3.1.22 +VERSION = (3, 1, 22) def get_version(): -- cgit v1.2.3