diff options
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 10 | ||||
-rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 10 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
3 files changed, 22 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index 3df8c7a3b..312bf5d70 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,13 @@ +v4.3.7 - 2024-11-20 +------------------- + +### Features/improvements ### +- admin: warning message when multiple permission queries have been set for the same profile type + +### Bug fixes ### +- fix administrative act permissions + + v4.3.6 - 2024-11-20 ------------------- diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index 89983facc..0e0f218dc 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,3 +1,13 @@ +v4.3.7 - 2024-11-20 +------------------- + +### Fonctionnalités/améliorations ### +- administration : message d'avertissement lorsque plusieurs requêtes pour permission ont été définies pour le même type de profil + +### Corrections de bugs ### +- correction des permissions pour l'acte d'administration + + v4.3.6 - 2024-11-20 ------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 8e1b30f72..c262433ea 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.3.6 -VERSION = (4, 3, 6) +# 4.3.7 +VERSION = (4, 3, 7) def get_version(): |