diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-07-31 16:42:22 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-08-01 11:00:12 +0200 |
commit | d838bd7bf35c687ae534857313cf89de1ed68dac (patch) | |
tree | 54460c2935530c4cb20754f3e3a217b0a7073cd0 | |
parent | 128c09d61cffcba0af5d716d0faa8e761d4140f8 (diff) | |
download | Ishtar-d838bd7bf35c687ae534857313cf89de1ed68dac.tar.bz2 Ishtar-d838bd7bf35c687ae534857313cf89de1ed68dac.zip |
đź”– version 4.2.5
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 8 | ||||
-rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 8 | ||||
-rw-r--r-- | 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(): |