summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2025-03-19 12:00:18 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2025-03-19 12:39:28 +0100
commitb3b7e811e4c6cd8a21123b8d4fd165e98b7c64b1 (patch)
treeac076c8ecaa46cff7c186dd411a6edc47ac75bdf
parent3adbd561ced57cb9c950af2d6d7d25f57f8799e0 (diff)
downloadIshtar-b3b7e811e4c6cd8a21123b8d4fd165e98b7c64b1.tar.bz2
Ishtar-b3b7e811e4c6cd8a21123b8d4fd165e98b7c64b1.zip
đź”– version 4.1.55
-rw-r--r--changelog/en/changelog_2022-06-15.md7
-rw-r--r--changelog/fr/changelog_2023-01-25.md7
-rw-r--r--ishtar_common/version.py4
3 files changed, 16 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md
index 398b7cc6a..053cc63a2 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,3 +1,10 @@
+v4.1.55 - 2025-03-19
+--------------------
+
+### Technical ###
+- permissions: fix huge performance problems when too many items are attached
+
+
v4.1.54 - 2025-03-17
--------------------
diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md
index 1595db584..7ffae0843 100644
--- a/changelog/fr/changelog_2023-01-25.md
+++ b/changelog/fr/changelog_2023-01-25.md
@@ -1,3 +1,10 @@
+v4.1.55 - 2025-03-19
+--------------------
+
+### Technique ###
+- permissions : correction de gros problèmes de performances quand trop d'éléments sont attachés
+
+
v4.1.54 - 2025-03-17
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index 5a6662dd3..5d5418d75 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.1.54
-VERSION = (4, 1, 54)
+# 4.1.55
+VERSION = (4, 1, 55)
def get_version():