summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changelog/en/changelog_2022-06-15.md11
-rw-r--r--changelog/fr/changelog_2023-01-25.md10
-rw-r--r--ishtar_common/version.py4
3 files changed, 23 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md
index 098951fbc..5b884c404 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,3 +1,14 @@
+v4.0.64 - 2023-11-13
+--------------------
+
+Many improvement in post-treatments. Better performance for imports are expected.
+
+### Technical ###
+- remove bulk update: should not be useful anymore and can severely degrade performance
+- improve parcel post-treatments - add timestamp to prevent multiple geo and cached_label edition
+
+
+
v4.0.63 - 2023-11-08
--------------------
diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md
index f260e8eb0..0942ed0a0 100644
--- a/changelog/fr/changelog_2023-01-25.md
+++ b/changelog/fr/changelog_2023-01-25.md
@@ -1,3 +1,13 @@
+v4.0.64 - 2023-11-13
+--------------------
+
+Nombreuses améliorations dans les post-traitements. De meilleures performances sont attendues pour les imports.
+
+### Technique ###
+- suppression de la mise à jour "bulk" : ne devrait plus être utile et pouvait sévèrement dégrader les performances.
+- amélioration des post-traitements des parcelles - ajout d'un horodatage pour éviter des répétition de post traitements geo et de label en cache.
+
+
v4.0.63 - 2023-11-08
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index c3370bd42..ac0223e32 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.0.63
-VERSION = (4, 0, 63)
+# 4.0.64
+VERSION = (4, 0, 64)
def get_version():