From 41558e93b75c73f59ad35fd2abedc22d3e389029 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 31 Jan 2025 17:06:36 +0100 Subject: 🔖 version 4.3.19 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog/en/changelog_2022-06-15.md | 6 ++++++ changelog/fr/changelog_2023-01-25.md | 13 +++++++++++++ ishtar_common/version.py | 4 ++-- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index 553cb6a1d..85c935511 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,9 @@ +v4.3.19 - 2025-01-31 +-------------------- + +### Features/improvements ### +- administration: better management of "Import - Item keys" - import/export, links all user/imports + v4.3.18 - 2025-01-28 -------------------- diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index 942999863..965e2ceec 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,3 +1,16 @@ +v4.3.19 - 2025-01-31 +-------------------- + +### Fonctionnalités/améliorations ### +- administration - meilleure gestion des clés de rapprochement : + - import/export + - lien possible avec tous les utilisateurs/importateurs + + +### Corrections de bugs ### +- suppression des clés de rapprochement lorsque l'importeur associé disparait + + v4.3.18 - 2025-01-28 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index afb56b950..29e1c5ad4 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.3.18 -VERSION = (4, 3, 18) +# 4.3.19 +VERSION = (4, 3, 19) def get_version(): -- cgit v1.2.3