summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2026-05-22 10:00:26 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2026-05-22 10:00:26 +0200
commit7ac19c4ae34ce164989aebc029d89c7d343e01d2 (patch)
tree6180126eacc4b6a3123d90974ed9ba60d33e761a
parent9f88fca5528b76f3493a0a5b5e5d14e030b2dcf8 (diff)
downloadIshtar-7ac19c4ae34ce164989aebc029d89c7d343e01d2.tar.bz2
Ishtar-7ac19c4ae34ce164989aebc029d89c7d343e01d2.zip
🔖 version 4.99.35develop-5.0
-rw-r--r--changelog/en/changelog_2022-06-15.md9
-rw-r--r--changelog/fr/changelog_2025-06-19.md9
-rw-r--r--ishtar_common/version.py4
3 files changed, 20 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md
index b0d5c4cfa..bdb665524 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,3 +1,12 @@
+v4.99.35 - 2026-05-22
+---------------------
+
+### Technical ###
+- templates:
+ - year filter for dates
+ - improve and add fields for documents
+
+
v4.99.34 - 2026-05-20
---------------------
diff --git a/changelog/fr/changelog_2025-06-19.md b/changelog/fr/changelog_2025-06-19.md
index c12804575..ce2c63305 100644
--- a/changelog/fr/changelog_2025-06-19.md
+++ b/changelog/fr/changelog_2025-06-19.md
@@ -1,3 +1,12 @@
+v4.99.35 - 2026-05-22
+---------------------
+
+### Technique ###
+- gabarits :
+ - filtre d'année pour les dates
+ - amélioration et ajout de champs pour les documents
+
+
v4.99.34 - 2026-05-20
---------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index f259bdc1f..d8b96781c 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.99.34
-VERSION = (4, 99, 34)
+# 4.99.35
+VERSION = (4, 99, 35)
def get_version():