diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-01-20 16:42:29 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-01-20 16:42:29 +0100 |
commit | 07fdaafda38492f5d53a68ea44644831ed1631b9 (patch) | |
tree | ee6bbce5bd2f0584020576b2932916426cbc333c | |
parent | c07ba0fac651ddc1f78a05a2a0af9f744d80a324 (diff) | |
download | Ishtar-07fdaafda38492f5d53a68ea44644831ed1631b9.tar.bz2 Ishtar-07fdaafda38492f5d53a68ea44644831ed1631b9.zip |
New version
-rw-r--r-- | CHANGES.md | 8 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
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(): |