summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2022-03-09 12:32:15 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-03-09 12:32:15 +0100
commit594e4f7c8db90f4ddc63d567acbcd05e7a0dc78c (patch)
treed7744edbb8fd6b2b6f3890e24e9b02182559317f
parent714b01136dd00d488ca6b6c5c07dbc227469b630 (diff)
downloadIshtar-594e4f7c8db90f4ddc63d567acbcd05e7a0dc78c.tar.bz2
Ishtar-594e4f7c8db90f4ddc63d567acbcd05e7a0dc78c.zip
New version
-rw-r--r--CHANGES.md10
-rw-r--r--ishtar_common/version.py4
2 files changed, 12 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 2fab69393..bfeb8a3de 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,16 @@
Ishtar changelog
================
+v3.1.51 - 2022-03-09
+--------------------
+
+### Features ###
+
+- Do not post treat on qrcode generation
+- Disable bulk_update (generate infinite loop and crash)
+- Templates: optimize template render for containers
+
+
v3.1.50 - 2022-03-08
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index 830404ea5..a16106795 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 3.1.50
-VERSION = (3, 1, 50)
+# 3.1.51
+VERSION = (3, 1, 51)
def get_version():