summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2022-08-17 17:39:17 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-12-12 12:23:18 +0100
commit14079cb2b15a6348bd35ad39a7551b731e9c03c9 (patch)
treea2de35d3e5659c3505829bd4d04a99c8abdc50d9
parent63e5886277ea0d337cd145c3fb92c368bb5b5815 (diff)
downloadIshtar-14079cb2b15a6348bd35ad39a7551b731e9c03c9.tar.bz2
Ishtar-14079cb2b15a6348bd35ad39a7551b731e9c03c9.zip
New version
-rw-r--r--CHANGES.md7
-rw-r--r--ishtar_common/version.py4
2 files changed, 9 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index ebd5a1993..810728039 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -6,6 +6,13 @@ date: 2022-08-05
Ishtar changelog
================
+v4.0.15 - 2022-
+--------------------
+
+### Features ###
+
+- "is locked" search
+
v4.0.14 - 2022-08-05
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index 605cb0580..078a6a72c 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.0.14
-VERSION = (4, 0, 14)
+# 4.0.15
+VERSION = (4, 0, 15)
def get_version():