From bd22275694d7a14ac922135f85896fd50265d5cd Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 22 Nov 2023 18:35:36 +0100 Subject: đŸ”– version 4.0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog/en/changelog_2022-06-15.md | 6 ++++++ changelog/fr/changelog_2023-01-25.md | 6 ++++++ ishtar_common/version.py | 4 ++-- 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(): -- cgit v1.2.3