summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2022-05-23 23:08:52 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2022-05-23 23:08:52 +0200
commitdfed6307d550c63eea210828cfc35eb299d37fdc (patch)
treef7c3daa95fefd71a3958b03d048360a5bf7895b1
parent61b2b6e73b925735b9ee5f9a018bb599b0900c49 (diff)
downloadIshtar-dfed6307d550c63eea210828cfc35eb299d37fdc.tar.bz2
Ishtar-dfed6307d550c63eea210828cfc35eb299d37fdc.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 113abb013..5fd7c4f74 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -6,6 +6,15 @@ date: 2022-05-17
Ishtar changelog
================
+v3.1.69 - 2022-05-23
+--------------------
+
+### Bug fix ###
+
+- Search: fix relation type searches
+- Search: fix manual sort with None value
+
+
v3.1.64->68 - 2022-05-18
------------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index f70fb2aff..5f27577b5 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 3.1.68
-VERSION = (3, 1, 68)
+# 3.1.69
+VERSION = (3, 1, 69)
def get_version():