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.md14
-rw-r--r--ishtar_common/version.py4
3 files changed, 30 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md
index cd09db6fe..3bb4d9d85 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,3 +1,17 @@
+v4.1.32 - 2024-09-27
+--------------------
+
+### Features/improvements ###
+- archaeological files - new field: "operation name" (#5795)
+- imports: buttons "ignore all errors", "no errors"
+
+### Bug fixes ###
+- imports: fix window closing on ignore errors check
+
+### Technical ###
+- homepage: simplify and initialize homepage fields management
+
+
v4.1.31 - 2024-09-24
--------------------
diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md
index 53273498a..a30958d76 100644
--- a/changelog/fr/changelog_2023-01-25.md
+++ b/changelog/fr/changelog_2023-01-25.md
@@ -1,3 +1,17 @@
+v4.1.32 - 2024-09-27
+--------------------
+
+### Fonctionnalités/améliorations ###
+- dossiers archéologiques - nouveau champ : « nom de l'opération » (#5795)
+- importations : boutons « ignorer toutes les erreurs », « pas d'erreurs »
+
+### Corrections de bugs ###
+- imports : correction de la fermeture de la fenêtre lors de la vérification des erreurs ignorées
+
+### Technique ###
+- page d'accueil : simplification et initialisation de la gestion des champs de la page d'accueil
+
+
v4.1.31 - 2024-09-24
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index 5fa5ef3ed..ff76e7aea 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.1.31
-VERSION = (4, 1, 31)
+# 4.1.32
+VERSION = (4, 1, 32)
def get_version():