diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-06-02 23:19:45 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-06-02 23:19:45 +0200 |
commit | 92d83d7a3044c696156dc7c5af6792bce485286b (patch) | |
tree | 2bbd204158e048214d240c3962705a7143de886d | |
parent | 8e0f7676607a581af59949e7c2edf879289d407d (diff) | |
download | Ishtar-92d83d7a3044c696156dc7c5af6792bce485286b.tar.bz2 Ishtar-92d83d7a3044c696156dc7c5af6792bce485286b.zip |
New version
-rw-r--r-- | CHANGES.md | 9 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
2 files changed, 11 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md index b3c898e70..83b0320aa 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,14 @@ Ishtar changelog ================ + +v3.1.26 - 2021-06-02 +-------------------- +### Features ### +- Find: add functional area field +- Person - bulk update: add person type field + +v3.1.25 - 2021-06-01 +-------------------- ### Features ### - JSON search: boolean field search - Import: cleaner layout for match template diff --git a/ishtar_common/version.py b/ishtar_common/version.py index a940d04ed..8d8933ea0 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 3.1.25 -VERSION = (3, 1, 25) +# 3.1.26 +VERSION = (3, 1, 26) def get_version(): |