summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changelog/en/changelog_2022-06-15.md6
-rw-r--r--changelog/fr/changelog_2023-01-25.md6
-rw-r--r--ishtar_common/version.py4
3 files changed, 14 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md
index cecfa08c5..35b060285 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,3 +1,9 @@
+v4.0.66 - 2023-11-22
+--------------------
+
+### Bug fixes ###
+- templates - container values: fix find list order (#5661)
+
v4.0.65 - 2023-11-15
--------------------
diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md
index f8a210680..9a233de84 100644
--- a/changelog/fr/changelog_2023-01-25.md
+++ b/changelog/fr/changelog_2023-01-25.md
@@ -1,3 +1,9 @@
+v4.0.66 - 2023-11-22
+--------------------
+
+### Corrections de dysfonctionnements ###
+- patrons - valeur des contenants : correction de l'ordre du listing mobilier (#5661)
+
v4.0.65 - 2023-11-15
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index 5fab563e1..8b0f2b911 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.0.65
-VERSION = (4, 0, 65)
+# 4.0.66
+VERSION = (4, 0, 66)
def get_version():