diff options
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 11 | ||||
-rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 9 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
3 files changed, 21 insertions, 3 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index 10994a001..8639b645f 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,12 @@ +v4.1.36 - 2024-09-30 +-------------------- + +### Technical ### +- document templates: + - multiply, sub, add filters + - Archaeological files: add fields for preventive document rendering + + v4.1.35 - 2024-09-30 -------------------- @@ -13,7 +22,7 @@ v4.1.34 - 2024-09-29 - import CSV overview: do not display ignore button when not relevent ### Technical ### -- patrons de documents: +- document templates: - more robust templates (don't crash on missing values) - add fields for archaeological files - `number_to_words` and `float_format` filters diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index b27391869..78d4f031c 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,3 +1,12 @@ +v4.1.36 - 2024-09-30 +-------------------- + +### Technique ### +- patrons de documents : + - nouveaux filtres : multiply, sub, add + - dossiers archéologiques : ajout de valeurs pour les dossiers préventifs + + v4.1.35 - 2024-09-30 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index fc1c6baca..a518b313a 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.1.35 -VERSION = (4, 1, 35) +# 4.1.36 +VERSION = (4, 1, 36) def get_version(): |