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 | 2091fc754848fef6157d27278ceef475dd632015 (patch) | |
tree | 2bbd204158e048214d240c3962705a7143de886d | |
parent | f1cee7964b7c238d3251e87e28341cf8fd5d4548 (diff) | |
download | Ishtar-2091fc754848fef6157d27278ceef475dd632015.tar.bz2 Ishtar-2091fc754848fef6157d27278ceef475dd632015.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(): |