diff options
-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 38ad96652..cccc94cdf 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,11 @@ Ishtar changelog ================ +v3.1.37 - 2021-10-20 +-------------------- +### Features ### +- Finds: add `material_types_recommendations` -> manage hierarchy + v3.1.36 - 2021-10-20 -------------------- ### Features ### diff --git a/ishtar_common/version.py b/ishtar_common/version.py index d8cfa95c2..2fdd5bcf7 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 3.1.36 -VERSION = (3, 1, 36) +# 3.1.37 +VERSION = (3, 1, 37) def get_version(): |