summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2024-11-20 12:32:03 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2025-02-19 14:45:55 +0100
commit574000c7005e947dc47bb79fd4b1bb57953a9d74 (patch)
tree11126840983932550c7f4be71f0084959769ec69
parent4cf3e9d2f70d600535d0856ebb077eff4072675b (diff)
downloadIshtar-574000c7005e947dc47bb79fd4b1bb57953a9d74.tar.bz2
Ishtar-574000c7005e947dc47bb79fd4b1bb57953a9d74.zip
🔖 version 4.3.7
-rw-r--r--changelog/en/changelog_2022-06-15.md10
-rw-r--r--changelog/fr/changelog_2023-01-25.md10
-rw-r--r--ishtar_common/version.py4
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():