diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-03-04 17:05:55 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-03-04 17:05:55 +0100 |
commit | ff4120d23690e29a431c7e3bbe4c6b29e04765a8 (patch) | |
tree | 88dd8a1d6ccf622134676699dff8e9672362a63f | |
parent | d7ea54486d88b4459ef7d85ab3304fc6b88e612e (diff) | |
download | Ishtar-ff4120d23690e29a431c7e3bbe4c6b29e04765a8.tar.bz2 Ishtar-ff4120d23690e29a431c7e3bbe4c6b29e04765a8.zip |
New version
-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(): |