diff options
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 12 | ||||
-rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 14 | ||||
-rw-r--r-- | 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(): |