diff options
-rw-r--r-- | CHANGES.md | 7 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/CHANGES.md b/CHANGES.md index 79814cba6..38ad96652 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,11 @@ Ishtar changelog ================ +v3.1.36 - 2021-10-20 +-------------------- +### Features ### +- Finds: add `material_types_recommendations` string for templates - update doc with base jinja filters + v3.1.35 - 2021-10-19 -------------------- ### Bug fix ### @@ -14,7 +19,7 @@ v3.1.34 - 2021-10-18 v3.1.33 - 2021-07-29 -------------------- ### Bug fix ### -- Fix history_creator on duplicate +- Fix `history_creator` on duplicate v3.1.32 - 2021-06-23 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 153018b6b..d8cfa95c2 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 3.1.35 -VERSION = (3, 1, 35) +# 3.1.36 +VERSION = (3, 1, 36) def get_version(): |