From c80de6df7281e1224c94dc33e357a8c50528b112 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 26 Jun 2024 11:24:01 +0200 Subject: 🔖 version 4.1.17 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog/en/changelog_2022-06-15.md | 12 ++++++++++++ changelog/fr/changelog_2023-01-25.md | 14 +++++++++++++- ishtar_common/version.py | 4 ++-- 3 files changed, 27 insertions(+), 3 deletions(-) diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index bc7b1439c..cbc08f7b3 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,15 @@ +v4.1.17 - 2024-06-26 +-------------------- + +### Features/improvements ### +- notices - Town: add old town, new town reference on notices (#5380, #5732) + + +### Bug fixes ### +- templates: add missing m2m values +- forms: fix date validation not possible when switching to english (#5837) + + v4.1.16 - 2024-06-24 -------------------- diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index 17dfcf18b..415bdd441 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,4 +1,16 @@ -v4.1.16 - 2024-06-24 +v4.1.17 - 2024-06-26 +-------------------- + +### Features/improvements ### +- notices - commune : ajout de référence à la commune déléguée et à la nouvelle ville (#5380, #5732) + + +### Bug fixes ### +- patrons de documents : ajout de valeurs manquantes +- templates: add missing m2m values +- forms: fix date validation not possible when switching to english (refs #5837) + +- v4.1.16 - 2024-06-24 -------------------- ### Fonctionnalités/améliorations ### diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 7a2c52233..859bd1228 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.1.16 -VERSION = (4, 1, 16) +# 4.1.17 +VERSION = (4, 1, 17) def get_version(): -- cgit v1.2.3