summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.md7
-rw-r--r--ishtar_common/version.py4
2 files changed, 9 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 1f57b55a8..28635e38b 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,13 @@
Ishtar changelog
================
+v3.1.49 - 2022-02-28
+--------------------
+
+### Bugs ###
+- Templates: fix base finds get value from container
+
+
v3.1.48 - 2022-02-24
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index 0cd585cb2..b2f930812 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 3.1.48
-VERSION = (3, 1, 48)
+# 3.1.49
+VERSION = (3, 1, 49)
def get_version():