summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changelog/en/changelog_2022-06-15.md14
-rw-r--r--changelog/fr/changelog_2023-01-25.md13
-rw-r--r--ishtar_common/version.py4
3 files changed, 29 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md
index 23c0f26e5..67e5462c2 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,3 +1,17 @@
+v4.1.25 - 2024-09-12
+--------------------
+
+### Bug fixes ###
+- sheet find: fix display for simple treatment with no container associated
+
+
+### Technical ###
+- migration script for find container history
+-️ admin:
+ - fix performance for administrative act form
+ - automatic improve forms layout: put generic fields at the end
+
+
v4.1.24 - 2024-09-11
--------------------
diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md
index ac353b2cc..7f308b82c 100644
--- a/changelog/fr/changelog_2023-01-25.md
+++ b/changelog/fr/changelog_2023-01-25.md
@@ -1,3 +1,16 @@
+v4.1.25 - 2024-09-12
+--------------------
+
+### Corrections de bugs ###
+- notice mobilier : correction de l'affichage pour les traitements simples sans conteneur associé
+
+### Technique
+- script de migration pour la recherche de l'historique des conteneurs
+-️ pages d'administration :
+ - correction des performances du formulaire d'acte administratif
+ - amélioration automatique de la mise en page des formulaires : placer les champs génériques à la fin
+
+
v4.1.24 - 2024-09-11
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index a63f42061..c30b2193a 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.1.24
-VERSION = (4, 1, 24)
+# 4.1.25
+VERSION = (4, 1, 25)
def get_version():