From d838bd7bf35c687ae534857313cf89de1ed68dac Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 31 Jul 2025 16:42:22 +0200 Subject: 🔖 version 4.2.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog/en/changelog_2022-06-15.md | 8 ++++++++ changelog/fr/changelog_2023-01-25.md | 8 ++++++++ ishtar_common/version.py | 4 ++-- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index 1bd9f0213..c7d84fc33 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,11 @@ +v4.2.5 - 2025-07-31 +------------------- + +### Technical ### +- migrations: fix mysterious bug on some installations (fail on group add with group already here) +- import: force explicitly geo check on post treatments for complex associations + + v4.2.4 - 2025-07-21 ------------------- diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index 5d97c7c6d..1d23869f2 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,3 +1,11 @@ +v4.2.5 - 2025-07-31 +------------------- + +### Technique ### +- imports : vérification géographique explicite forcée lors du post-traitement des associations complexes (#6406) +- migrations : correction d'un bug mystérieux sur certaines installations (échec lors de l'ajout d'un groupe déjà présent) + + v4.2.4 - 2025-07-21 ------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 3fb33ba97..01165b559 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.2.4 -VERSION = (4, 2, 4) +# 4.2.5 +VERSION = (4, 2, 5) def get_version(): -- cgit v1.2.3