diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-09-29 23:53:05 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-09-29 23:53:05 +0200 |
commit | d62e2c1c4cda0ded660a0316afe879fee962cbc0 (patch) | |
tree | 59a0cfb58afc3cc416edd2292309557b71b092df | |
parent | d1e8a2b107ce04e3312d6f5d888d37e0411c5a7a (diff) | |
download | Ishtar-d62e2c1c4cda0ded660a0316afe879fee962cbc0.tar.bz2 Ishtar-d62e2c1c4cda0ded660a0316afe879fee962cbc0.zip |
🔖 version 4.1.34
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 13 | ||||
-rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 13 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
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(): |