diff options
-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(): |