summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.md8
-rw-r--r--ishtar_common/version.py4
2 files changed, 9 insertions, 3 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 4cfcad234..abf3d8973 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -6,9 +6,15 @@ date: 2023-01-20
Ishtar changelog
================
-v4.0.36 - 2023-01-20
+v4.0.37 - 2023-01-20
--------------------
+- Find search: fix discovery date search
+- Sheet find/container: fix date and float format
+
+
+v4.0.36 - 2023-01-20
+--------------------
### Features/improvements ###
- Sheet find refactoring
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index be5ca0574..c234a244f 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.0.36
-VERSION = (4, 0, 36)
+# 4.0.37
+VERSION = (4, 0, 37)
def get_version():