From 0c1d2738e5efa92b5560e37216b458ecf74a89f8 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 27 Jun 2025 11:04:26 +0200 Subject: 🔖 version 4.3.50 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog/en/changelog_2022-06-15.md | 10 ++++++++++ changelog/fr/changelog_2025-06-19.md | 11 +++++++++++ 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(): -- cgit v1.2.3