diff options
-rw-r--r-- | CHANGES.md | 12 | ||||
-rw-r--r-- | 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(): |