diff options
-rw-r--r-- | CHANGES.md | 10 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
2 files changed, 12 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md index abf3d8973..3a9bd80d7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,9 +6,19 @@ date: 2023-01-20 Ishtar changelog ================ + +v4.0.38 - 2023-01-20 +-------------------- + +### Bug fixes ### +- PDF export: fix new line on <pre> blocks +- Sheet warehouse: prevent duplicate label + + v4.0.37 - 2023-01-20 -------------------- +### Bug fixes ### - Find search: fix discovery date search - Sheet find/container: fix date and float format diff --git a/ishtar_common/version.py b/ishtar_common/version.py index c234a244f..cc08c0360 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.0.37 -VERSION = (4, 0, 37) +# 4.0.38 +VERSION = (4, 0, 38) def get_version(): |