From 020add49f9cb09937cdab0ad77a7a7e1a567f13c Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 22 Apr 2022 12:06:34 +0200 Subject: New version --- CHANGES.md | 8 ++++++++ ishtar_common/version.py | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 153769736..988555c23 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,14 @@ Ishtar changelog ================ +v3.1.58 - 2022-04-22 +-------------------- + +### Features ### + +- Templates: add "images" to get_values + + v3.1.57 - 2022-04-13 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 6fadd6547..a34c33d08 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 3.1.57 -VERSION = (3, 1, 57) +# 3.1.58 +VERSION = (3, 1, 58) def get_version(): -- cgit v1.2.3