summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2022-04-22 12:06:34 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-04-22 12:06:34 +0200
commit90b7640a017ca36a44080bb5745b347e04aca996 (patch)
tree3d1559c0187f9b9afa150a9490e732e0625537ec
parentd57c944548564787e45d65c21880bef12845d946 (diff)
downloadIshtar-90b7640a017ca36a44080bb5745b347e04aca996.tar.bz2
Ishtar-90b7640a017ca36a44080bb5745b347e04aca996.zip
New version
-rw-r--r--CHANGES.md8
-rw-r--r--ishtar_common/version.py4
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():