summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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
commit92d83d7a3044c696156dc7c5af6792bce485286b (patch)
tree2bbd204158e048214d240c3962705a7143de886d
parent8e0f7676607a581af59949e7c2edf879289d407d (diff)
downloadIshtar-92d83d7a3044c696156dc7c5af6792bce485286b.tar.bz2
Ishtar-92d83d7a3044c696156dc7c5af6792bce485286b.zip
New version
-rw-r--r--CHANGES.md9
-rw-r--r--ishtar_common/version.py4
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():