summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2024-09-30 23:34:26 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2024-09-30 23:34:26 +0200
commitc51b4c089c5af2c2bb037b0bdf4451b9a837e0bc (patch)
tree72f6649c01c383034b9a3da32dea763492fb287b
parent2e994d75fc237b718777b36e621257f5a86af116 (diff)
downloadIshtar-c51b4c089c5af2c2bb037b0bdf4451b9a837e0bc.tar.bz2
Ishtar-c51b4c089c5af2c2bb037b0bdf4451b9a837e0bc.zip
🔖 version 4.1.36
-rw-r--r--changelog/en/changelog_2022-06-15.md11
-rw-r--r--changelog/fr/changelog_2023-01-25.md9
-rw-r--r--ishtar_common/version.py4
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():