summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2026-01-15 10:44:41 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2026-01-15 10:44:41 +0100
commitf3d441b8a4f7166aafd5e1979ecb9d17111e07cd (patch)
tree089ba2b3cb3a258bbe124d98bc75f99c5d11df36
parent2562a47b944b54090db0c178e76cfc388af0e543 (diff)
downloadIshtar-f3d441b8a4f7166aafd5e1979ecb9d17111e07cd.tar.bz2
Ishtar-f3d441b8a4f7166aafd5e1979ecb9d17111e07cd.zip
🔖 version 4.3.73
-rw-r--r--changelog/en/changelog_2022-06-15.md7
-rw-r--r--changelog/fr/changelog_2025-06-19.md9
-rw-r--r--ishtar_common/version.py4
3 files changed, 17 insertions, 3 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md
index f54efcbfe..9905a0510 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,3 +1,10 @@
+v4.3.73 - 2026-01-15
+--------------------
+
+### Bug fixes ###
+- document searches: add missing associated search, fix non associated searches
+
+
v4.3.72 - 2026-01-12
--------------------
diff --git a/changelog/fr/changelog_2025-06-19.md b/changelog/fr/changelog_2025-06-19.md
index 3af9cba54..71885b858 100644
--- a/changelog/fr/changelog_2025-06-19.md
+++ b/changelog/fr/changelog_2025-06-19.md
@@ -1,5 +1,12 @@
+v4.3.73 - 2026-01-15
+--------------------
+
+### Correction de dysfonctionnements ###
+- recherches documents : ajout de recherches d'éléments associés manquants, correction des recherche d'éléments non associés
+
+
v4.3.72 - 2026-01-12
----------------------
+--------------------
### Correction de dysfonctionnements ###
- statistiques : correction des modalités années de modification et contenant parent (mobilier)
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index d459b7906..4052b5c67 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.3.72
-VERSION = (4, 3, 72)
+# 4.3.73
+VERSION = (4, 3, 73)
def get_version():