diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-02-14 17:47:37 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-02-14 17:47:37 +0100 |
commit | 7084a1b091b56153d56366d2be376fb22b96bf4d (patch) | |
tree | 851b24257ad0227bb29997d2bed260ea8c0cb812 | |
parent | a3d0f9c3f4e3951a44c772b2c53ee2ea49c72a4a (diff) | |
download | Ishtar-7084a1b091b56153d56366d2be376fb22b96bf4d.tar.bz2 Ishtar-7084a1b091b56153d56366d2be376fb22b96bf4d.zip |
🔖 version 4.1.52
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 13 | ||||
-rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 13 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
3 files changed, 28 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index ce0924e84..b4f7fb677 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,16 @@ +v4.1.52 - 2025-02-14 +-------------------- + +### Bug fixes ### +- fix `VALUES` serialization for preventive archaeological files +- archaeological files sheet: fix preventive formset equipment service order (refs #6173) + + +### Technical ### +- archaeological files templates: add `taux_recouvrement` variable (refs #6172) +- templates: add `precise_town_name` to person and organization (refs #6167) + + v4.1.51 - 2025-02-13 -------------------- diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index bddcc768c..70758eb03 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,3 +1,16 @@ +v4.1.52 - 2025-02-14 +-------------------- + +## Correction de dysfonctionnements ### +- patrons de document: correction de `VALUES` pour les dossiers archéologiques préventifs +- fiche dossiers archéologiques : correction de l'ordre des équipement (refs #6173) + + +### Technique ### +- patrons de dossiers archéologiques : ajout de la variable « `taux_recouvrement` » (refs #6172) +- patrons de documents : ajout du champ `precise_town_name` aux personnes et organisations (refs #6167) + + v4.1.51 - 2025-02-13 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 5f5461194..8da76fa84 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.1.51 -VERSION = (4, 1, 51) +# 4.1.52 +VERSION = (4, 1, 52) def get_version(): |