diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-02-28 12:01:07 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-02-28 12:01:07 +0100 |
commit | 0e2837bd1377074f817714f4c4a385431f9d0c46 (patch) | |
tree | 65d3474ec9561a65011a8ca3d7ad9d579252a3c1 | |
parent | c5f455dce275e8f3ba766137d8c10879182e25f5 (diff) | |
download | Ishtar-0e2837bd1377074f817714f4c4a385431f9d0c46.tar.bz2 Ishtar-0e2837bd1377074f817714f4c4a385431f9d0c46.zip |
New version
-rw-r--r-- | CHANGES.md | 7 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
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(): |