From dfed6307d550c63eea210828cfc35eb299d37fdc Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 23 May 2022 23:08:52 +0200 Subject: New version --- CHANGES.md | 9 +++++++++ ishtar_common/version.py | 4 ++-- 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(): -- cgit v1.2.3