diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-06-26 11:24:01 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-06-26 11:24:01 +0200 |
commit | c80de6df7281e1224c94dc33e357a8c50528b112 (patch) | |
tree | 620c735b3df24cf11a399536ff2f9a9290f4e2b7 | |
parent | 307e1a0de31963584d1916ca1f8c7eb0e50ebe6a (diff) | |
download | Ishtar-c80de6df7281e1224c94dc33e357a8c50528b112.tar.bz2 Ishtar-c80de6df7281e1224c94dc33e357a8c50528b112.zip |
đź”– version 4.1.17
-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(): |