summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changelog/en/changelog_2022-06-15.md9
-rw-r--r--changelog/fr/changelog_2025-06-19.md9
-rw-r--r--ishtar_common/version.py4
3 files changed, 20 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md
index 40df9bf0c..8a873ac64 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,3 +1,12 @@
+v4.99.1 - 2025-09-03
+--------------------
+
+### Technical ###
+- imports adaptations, GIS API and token management for QGIS plugin
+- adaptations for django 3 and django 4
+- 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..2683a16ee 100644
--- a/changelog/fr/changelog_2025-06-19.md
+++ b/changelog/fr/changelog_2025-06-19.md
@@ -1,3 +1,12 @@
+v4.99.1 - 2025-09-03
+--------------------
+
+### Technique ###
+- adaptation des imports, API SIG et gestion de jetons pour le greffon QGIS
+- adaptations pour django 3 et django 4
+- 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..2834107ca 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.3.64
-VERSION = (4, 3, 64)
+# 4.99.1
+VERSION = (4, 99, 1)
def get_version():