summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2024-04-16 09:38:08 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2024-04-16 09:38:08 +0200
commit76879c241e94c7c0fba7ff4f93aeb83094deb699 (patch)
tree9d4c986e64b5447add7499b3324719b863ef8d2f
parenta88d28c6cb3e2b2d394c8fd20a3c26583e741f02 (diff)
downloadIshtar-76879c241e94c7c0fba7ff4f93aeb83094deb699.tar.bz2
Ishtar-76879c241e94c7c0fba7ff4f93aeb83094deb699.zip
🔖 version 4.0.74
-rw-r--r--changelog/en/changelog_2022-06-15.md6
-rw-r--r--changelog/fr/changelog_2023-01-25.md6
-rw-r--r--ishtar_common/version.py4
3 files changed, 14 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md
index 9f7d4d1a1..cabfa28fb 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,3 +1,9 @@
+v4.0.74 - 2024-04-16
+--------------------
+
+### Technique ###
+- JINJA formula: padding and deduplicate filters
+
v4.0.73 - 2024-03-19
--------------------
diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md
index 5b04b1916..e8e3be7eb 100644
--- a/changelog/fr/changelog_2023-01-25.md
+++ b/changelog/fr/changelog_2023-01-25.md
@@ -1,3 +1,9 @@
+v4.0.74 - 2024-04-16
+--------------------
+
+### Technique ###
+- formule JINJA : ajout des filtres de déduplication et de remplissage par 0
+
v4.0.73 - 2024-03-19
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index a37f0fce6..a6c9d6d8c 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.0.73
-VERSION = (4, 0, 73)
+# 4.0.74
+VERSION = (4, 0, 74)
def get_version():