diff options
| -rw-r--r-- | changelog/en/changelog_2022-06-15.md | 7 | ||||
| -rw-r--r-- | changelog/fr/changelog_2025-06-19.md | 9 | ||||
| -rw-r--r-- | ishtar_common/version.py | 4 |
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(): |
