summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2024-11-20 11:29:58 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2025-02-19 14:45:55 +0100
commit85be82addddad46e09ab277f94a2e7cd1f76e504 (patch)
tree14af7534421997972bfbd766fd32f0506c86f427
parent3d9ca4cafe86d0152910483bc6602b14b8d50976 (diff)
downloadIshtar-85be82addddad46e09ab277f94a2e7cd1f76e504.tar.bz2
Ishtar-85be82addddad46e09ab277f94a2e7cd1f76e504.zip
đź”– version 4.3.6
-rw-r--r--changelog/en/changelog_2022-06-15.md8
-rw-r--r--changelog/fr/changelog_2023-01-25.md7
-rw-r--r--ishtar_common/version.py4
3 files changed, 17 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md
index 189831e1e..3df8c7a3b 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,3 +1,11 @@
+v4.3.6 - 2024-11-20
+-------------------
+
+### Bug fixes ###
+- fix actions acces for permissions
+- more explicit message in case of insufficient permissions
+
+
v4.3.5 - 2024-11-17
-------------------
diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md
index 75a6e2588..89983facc 100644
--- a/changelog/fr/changelog_2023-01-25.md
+++ b/changelog/fr/changelog_2023-01-25.md
@@ -1,3 +1,10 @@
+v4.3.6 - 2024-11-20
+-------------------
+
+### Corrections de bugs ###
+- correction d'accès aux actions pour les permissions
+- message plus explicite en cas de permissions insuffisantes
+
v4.3.5 - 2024-11-17
-------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index 4bb771147..8e1b30f72 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.3.5
-VERSION = (4, 3, 5)
+# 4.3.6
+VERSION = (4, 3, 6)
def get_version():