diff options
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 9 | ||||
-rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 9 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
3 files changed, 20 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index 312bf5d70..2b923a0ca 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,12 @@ +v4.3.8 - 2024-11-20 +------------------- + +### Features/improvements ### +- sheet filtering: can set many keys with ';' separator + +### Bug fixes ### +- fix administrative act permissions + v4.3.7 - 2024-11-20 ------------------- diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index 0e0f218dc..a32caf8fb 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,3 +1,12 @@ +v4.3.8 - 2024-11-20 +------------------- + +### Fonctionnalités/améliorations ### +- filtres de notices : possibilité de configurer plusieurs clés en utilisant le séparateur « ; » + +### Corrections de bugs ### +- correction des permissions pour les actes administratifs + v4.3.7 - 2024-11-20 ------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index c262433ea..1949a549e 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.3.7 -VERSION = (4, 3, 7) +# 4.3.8 +VERSION = (4, 3, 8) def get_version(): |