diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-10-18 12:13:20 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-10-18 12:13:20 +0200 |
commit | b61cc9f59c510722992d0048da162ee3e9325ab2 (patch) | |
tree | 7cc2807eec19ab9e8c6d68b2f3a05ab768476acf | |
parent | cba7cfcb6cab18bcf738dfa7effd6656371cb3f7 (diff) | |
download | Ishtar-b61cc9f59c510722992d0048da162ee3e9325ab2.tar.bz2 Ishtar-b61cc9f59c510722992d0048da162ee3e9325ab2.zip |
New version
-rw-r--r-- | CHANGES.md | 5 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md index 8926ec619..4cf1c04e8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,11 @@ Ishtar changelog ================ +v3.1.34 - 2021-10-18 +-------------------- +### Bug fix ### +- ID generation: fix custom filters for jinja format + v3.1.33 - 2021-07-29 -------------------- ### Bug fix ### diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 2108b47b1..59f7958a1 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 3.1.33 -VERSION = (3, 1, 33) +# 3.1.34 +VERSION = (3, 1, 34) def get_version(): |