summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2025-07-19 14:44:03 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2025-07-19 14:54:05 +0200
commitb79aacec42c211a665a594dd1d03bee061d443e2 (patch)
treea43cf17011596355203aeda94cfd7c237b007661
parentab988860eb29b0d3a92417cc4e647656731719bb (diff)
downloadIshtar-b79aacec42c211a665a594dd1d03bee061d443e2.tar.bz2
Ishtar-b79aacec42c211a665a594dd1d03bee061d443e2.zip
🔖 version 4.3.51
-rw-r--r--changelog/en/changelog_2022-06-15.md7
-rw-r--r--changelog/fr/changelog_2025-06-19.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 d4f3d768e..efec0507e 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,3 +1,10 @@
+v4.3.51 - 2025-07-19
+--------------------
+
+### Bug fixes ###
+- imports form: fix import link (#6398)
+
+
v4.3.50 - 2025-06-27
--------------------
diff --git a/changelog/fr/changelog_2025-06-19.md b/changelog/fr/changelog_2025-06-19.md
index 839630cd1..efec9be5b 100644
--- a/changelog/fr/changelog_2025-06-19.md
+++ b/changelog/fr/changelog_2025-06-19.md
@@ -1,3 +1,10 @@
+v4.3.51 - 2025-07-19
+--------------------
+
+### Correction de dysfonctionnements ###
+- formulaire d'imports : correction de la gestion des liens d'imports (#6398)
+
+
v4.3.50 - 2025-06-27
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index 2d2a4699d..b77837c61 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.3.50
-VERSION = (4, 3, 50)
+# 4.3.51
+VERSION = (4, 3, 51)
def get_version():