From 574000c7005e947dc47bb79fd4b1bb57953a9d74 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 20 Nov 2024 12:32:03 +0100 Subject: 🔖 version 4.3.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog/en/changelog_2022-06-15.md | 10 ++++++++++ changelog/fr/changelog_2023-01-25.md | 10 ++++++++++ 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(): -- cgit v1.2.3