summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changelog/en/changelog_2022-06-15.md13
-rw-r--r--changelog/fr/changelog_2023-01-25.md13
-rw-r--r--ishtar_common/version.py4
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 29aacef4a..e6a8ba3f9 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,3 +1,16 @@
+v4.1.34 - 2024-09-29
+--------------------
+
+### Bug fixes ###
+- import CSV overview: do not display ignore button when not relevent
+
+### Technical ###
+- patrons de documents:
+ - more robust templates (don't crash on missing values)
+ - add fields for archaeological files
+ - `number_to_words` and `float_format` filters
+
+
v4.1.33 - 2024-09-28
--------------------
diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md
index 9a08296c1..6cbafcd71 100644
--- a/changelog/fr/changelog_2023-01-25.md
+++ b/changelog/fr/changelog_2023-01-25.md
@@ -1,3 +1,16 @@
+v4.1.34 - 2024-09-29
+--------------------
+
+### Corrections de bugs ###
+- aperçu des imports CSV : ne pas afficher les boutons "ignorer" quand cela n'est pas pertinent
+
+### Technique ###
+- patrons de documents :
+ - amélioration de la robustesse des patrons (ne pas crasher sur des valeurs manquantes)
+ - ajout de champs pour les dossiers archéologiques
+ - ajout des diltres `number_to_words` et `float_format`
+
+
v4.1.33 - 2024-09-28
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index 3daf02c26..e7d4349bf 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.1.33
-VERSION = (4, 1, 33)
+# 4.1.34
+VERSION = (4, 1, 34)
def get_version():