From 56ddd4d748fba61e596ff88694d3be016761672a Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 20 Oct 2021 18:28:37 +0200 Subject: New version --- CHANGES.md | 5 +++++ 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(): -- cgit v1.2.3