diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-01-25 16:45:53 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-01-25 16:45:53 +0100 |
commit | fe841330a8811a6a5b828c93520aae2727661dcb (patch) | |
tree | bc99c45781e11906015b2a432326da2869428542 | |
parent | d08fd8351bc9d5bfad5d14cb2a0b67680d8cde9d (diff) | |
download | Ishtar-fe841330a8811a6a5b828c93520aae2727661dcb.tar.bz2 Ishtar-fe841330a8811a6a5b828c93520aae2727661dcb.zip |
New version
-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(): |