summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2025-10-15 18:57:22 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2025-10-15 18:57:22 +0200
commit533dd86596175605f7b0a21dd41d2359ac429d69 (patch)
tree619115f892fbaaf84156286a24c0a097f7a30d40
parentb353953794c5cd16b2e7259eb58ef2ffa996ff8d (diff)
downloadIshtar-533dd86596175605f7b0a21dd41d2359ac429d69.tar.bz2
Ishtar-533dd86596175605f7b0a21dd41d2359ac429d69.zip
🔖 version 4.3.65develop-4.4
-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 40df9bf0c..af3061ea8 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,3 +1,10 @@
+v4.3.65 - 2025-10-15
+--------------------
+
+### Technical ###
+- Imports - manage post-import errors
+
+
v4.3.64 - 2025-10-10
--------------------
diff --git a/changelog/fr/changelog_2025-06-19.md b/changelog/fr/changelog_2025-06-19.md
index 0ddc5d297..bf5fcb809 100644
--- a/changelog/fr/changelog_2025-06-19.md
+++ b/changelog/fr/changelog_2025-06-19.md
@@ -1,3 +1,10 @@
+v4.3.65 - 2025-10-15
+--------------------
+
+### Technique ###
+- Imports - gestion des erreurs lors du post-traitement
+
+
v4.3.64 - 2025-10-10
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index 6e256f924..fedecdec3 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.3.64
-VERSION = (4, 3, 64)
+# 4.3.65
+VERSION = (4, 3, 65)
def get_version():