diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-02-12 16:39:43 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-02-12 17:48:14 +0100 |
commit | 60f6359c7e0715c6926d9bd1b454d9fd15c0824e (patch) | |
tree | d8dec8c08cded6843d24f9063bdf533e3e3b07ad | |
parent | c49706fbb363dffa7b910e00659d7d865072066e (diff) | |
download | Ishtar-60f6359c7e0715c6926d9bd1b454d9fd15c0824e.tar.bz2 Ishtar-60f6359c7e0715c6926d9bd1b454d9fd15c0824e.zip |
🔖 version 4.1.50
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 12 | ||||
-rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 12 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
3 files changed, 26 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index cf25cec05..c68c046a5 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,15 @@ +v4.1.50 - 2025-02-12 +-------------------- + +### Bug fixes ### +- templates: fix rounding for `float_format` filter (refs #6172) +- archaeological files - preventive: + - display detailled cost with `display_label` (refs #6172) + - forms: fix management of equipment formset (refs #6173) + - templates: fix miscalculation of preventive fields (refs #6172) + - admin: fix price agreement duplication (refs #6174) + + v4.1.49 - 2025-02-10 -------------------- diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index 12ecde635..38978788c 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,3 +1,15 @@ +v4.1.50 - 2025-02-12 +-------------------- + +### Corrections de dysfonctionnements ### +- patrons de documents : correction de l'arrondi pour le filtre `float_format` (refs #6172) +- dossiers archéologiques - préventif : + - afficher les coûts détaillés avec `display_label` (refs #6172) + - formulaires : correction de la gestion des équipements (refs #6173) + - templates : correction du mauvais calcul des champs préventifs (refs #6172) + - administration : correction de la recopie des contrats tarifaires (refs #6174) + + v4.1.49 - 2025-02-10 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index ac298e0dd..522238922 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.1.49 -VERSION = (4, 1, 49) +# 4.1.50 +VERSION = (4, 1, 50) def get_version(): |