summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2025-06-27 11:04:26 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2025-07-18 12:59:02 +0200
commit0c1d2738e5efa92b5560e37216b458ecf74a89f8 (patch)
tree433c4ff043ef3bc7be1105492116f9dd5905f5fc
parent722f562503390e227d7a4138794db2afaaab6908 (diff)
downloadIshtar-0c1d2738e5efa92b5560e37216b458ecf74a89f8.tar.bz2
Ishtar-0c1d2738e5efa92b5560e37216b458ecf74a89f8.zip
đź”– version 4.3.50
-rw-r--r--changelog/en/changelog_2022-06-15.md10
-rw-r--r--changelog/fr/changelog_2025-06-19.md11
-rw-r--r--ishtar_common/version.py4
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():