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