summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changelog/en/changelog_2022-06-15.md6
-rw-r--r--changelog/fr/changelog_2023-01-25.md13
-rw-r--r--ishtar_common/version.py4
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():