summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2024-03-19 12:29:40 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2024-03-19 12:29:40 +0100
commit636a7bc43182b68ea25ab8593ac45a83f0de2a49 (patch)
tree5dc6f0ff83a2019a12e3d210a5395bf06dfddc47
parent610ee47de4671d6e4b947277126065cd67839713 (diff)
downloadIshtar-636a7bc43182b68ea25ab8593ac45a83f0de2a49.tar.bz2
Ishtar-636a7bc43182b68ea25ab8593ac45a83f0de2a49.zip
🔖 version 4.0.73
-rw-r--r--changelog/en/changelog_2022-06-15.md6
-rw-r--r--changelog/fr/changelog_2023-01-25.md6
-rw-r--r--ishtar_common/version.py4
3 files changed, 14 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md
index 4ddad895d..9f7d4d1a1 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,3 +1,9 @@
+v4.0.73 - 2024-03-19
+--------------------
+
+### Bug fixes ###
+- fix gallery for documents
+
v4.0.72 - 2024-02-05
--------------------
diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md
index de50e59e5..5b04b1916 100644
--- a/changelog/fr/changelog_2023-01-25.md
+++ b/changelog/fr/changelog_2023-01-25.md
@@ -1,3 +1,9 @@
+v4.0.73 - 2024-03-19
+--------------------
+
+### Corrections de dysfonctionnements ###
+- correction de la galerie de documents
+
v4.0.72 - 2024-02-05
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index 410c29bb9..a37f0fce6 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.0.72
-VERSION = (4, 0, 72)
+# 4.0.73
+VERSION = (4, 0, 73)
def get_version():