summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2021-10-20 17:28:32 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2021-10-20 17:28:32 +0200
commitaa0fd21dd04835ff6583242ec1283a6726b5ef0c (patch)
treee599a25a0e8e053f890d83d128621d797eda6cd6
parentb40e778486675637045168fb2cec39570818ff4b (diff)
downloadIshtar-aa0fd21dd04835ff6583242ec1283a6726b5ef0c.tar.bz2
Ishtar-aa0fd21dd04835ff6583242ec1283a6726b5ef0c.zip
New version
-rw-r--r--CHANGES.md7
-rw-r--r--ishtar_common/version.py4
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():