diff options
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 10 | ||||
-rw-r--r-- | changelog/fr/changelog_2025-06-19.md | 11 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
3 files changed, 23 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index 5f9deea09..d4f3d768e 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,13 @@ +v4.3.50 - 2025-06-27 +-------------------- + +### Bug fixes ### +- relations forms between operations and context records: automatic deletion of duplicates, corrections on deletion (#6399) + +### Technical ### +- imports: many performance optimisations + + v4.3.49 - 2025-06-19 -------------------- diff --git a/changelog/fr/changelog_2025-06-19.md b/changelog/fr/changelog_2025-06-19.md index 90517eaae..839630cd1 100644 --- a/changelog/fr/changelog_2025-06-19.md +++ b/changelog/fr/changelog_2025-06-19.md @@ -1,3 +1,14 @@ +v4.3.50 - 2025-06-27 +-------------------- + +### Correction de dysfonctionnements ### +- formulaires de relations entres opérations et UE : suppression automatique des doublons, corrections sur la suppression (#6399) + + +### Technique ### +- imports : optimisations + + v4.3.49 - 2025-06-19 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 30016e97f..2d2a4699d 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.3.49 -VERSION = (4, 3, 49) +# 4.3.50 +VERSION = (4, 3, 50) def get_version(): |