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 49f081629..fbb33b9b0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,16 @@ date: 2023-01-23 Ishtar changelog ================ +v4.0.42 - 2023-01-25 +-------------------- + +### Features/improvements ### +- Sheet treatment: improve layout - add detail links +- Allow complex format for formula + +### Bug fixes ### +- Installation: fix installation script to allow custom DB PORT and DB HOST + v4.0.41 - 2023-01-23 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 1bcdef664..205088bcf 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.0.41 -VERSION = (4, 0, 41) +# 4.0.42 +VERSION = (4, 0, 42) def get_version(): |