summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changelog/en/changelog_2022-06-15.md12
-rw-r--r--changelog/fr/changelog_2023-01-25.md12
-rw-r--r--ishtar_common/version.py4
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():