diff options
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 8 | ||||
-rw-r--r-- | changelog/fr/changelog_2025-06-19.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 e2b2d5c0e..85c9d7bb5 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,11 @@ +v4.3.53 - 2025-07-31 +-------------------- + +### Technical ### +- import: force explicitly geo check on post treatments for complex associations (#6406) +- migrations: fix mysterious bug on some installations (fail on group add with group already here) + + v4.3.52 - 2025-07-21 -------------------- diff --git a/changelog/fr/changelog_2025-06-19.md b/changelog/fr/changelog_2025-06-19.md index c9c91947e..64c71f689 100644 --- a/changelog/fr/changelog_2025-06-19.md +++ b/changelog/fr/changelog_2025-06-19.md @@ -1,3 +1,11 @@ +v4.3.53 - 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.3.52 - 2025-07-21 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index b813555c0..a08211f88 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.3.52 -VERSION = (4, 3, 52) +# 4.3.53 +VERSION = (4, 3, 53) def get_version(): |