From ff4120d23690e29a431c7e3bbe4c6b29e04765a8 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 4 Mar 2021 17:05:55 +0100 Subject: New version --- CHANGES.md | 12 ++++++++++++ ishtar_common/version.py | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 65d3e2c26..40cf450e5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,18 @@ Ishtar changelog ================ +v3.1.3 - 2021-03-04 +-------------------- + +### Bug fixes ### +- UI fix on fields of bulk edition + +### Features ### +- Bulk edition add fields: + - operation: finds/doc received + - organization: grammatical gender + - finds: remarkabilities, insurance value + v3.1.2 - 2021-03-02 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index fb048d814..84a3a159f 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 3.1.2 -VERSION = (3, 1, 2) +# 3.1.3 +VERSION = (3, 1, 3) def get_version(): -- cgit v1.2.3