summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2025-07-19 14:40:11 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2025-07-19 14:40:11 +0200
commitfdb1682ca9235fbd1f3b0dce076a3953fadd657f (patch)
tree591e896aa219e4cace67e49980c32cf6f9121b1a
parent637cee4f4116be0548a4874d87db9c4d28221cd0 (diff)
downloadIshtar-fdb1682ca9235fbd1f3b0dce076a3953fadd657f.tar.bz2
Ishtar-fdb1682ca9235fbd1f3b0dce076a3953fadd657f.zip
🔖 version 4.2.3
-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 1f8c5534f..7f7e0ff9f 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,3 +1,10 @@
+v4.2.3 - 2025-07-19
+-------------------
+
+### Bug fixes ###
+- imports form: fix import link (#6398)
+
+
v4.2.2 - 2025-07-18
-------------------
diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md
index c8bfdb01e..1557059f6 100644
--- a/changelog/fr/changelog_2023-01-25.md
+++ b/changelog/fr/changelog_2023-01-25.md
@@ -1,3 +1,10 @@
+v4.2.3 - 2025-07-19
+-------------------
+
+### Correction de dysfonctionnements ###
+- formulaire d'imports : correction de la gestion des liens d'imports (#6398)
+
+
v4.2.2 - 2025-07-18
-------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index 7b2e9de57..3d675cd92 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.2.2
-VERSION = (4, 2, 2)
+# 4.2.3
+VERSION = (4, 2, 3)
def get_version():