summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2025-07-18 12:55:29 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2025-07-18 12:55:29 +0200
commit4c1d4d7dbfd211826a020c1c0b22432a242a9e5f (patch)
tree04543542f57ca8737436ce10750da5ea68d26436
parentd5442e9d37717a1c9d0d8767e669042f98cad19d (diff)
downloadIshtar-4c1d4d7dbfd211826a020c1c0b22432a242a9e5f.tar.bz2
Ishtar-4c1d4d7dbfd211826a020c1c0b22432a242a9e5f.zip
đź”– version 4.2.2
-rw-r--r--changelog/en/changelog_2022-06-15.md7
-rw-r--r--changelog/fr/changelog_2023-01-25.md7
-rw-r--r--ishtar_common/version.py4
3 files changed, 16 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md
index 44b283c4d..1f8c5534f 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,3 +1,10 @@
+v4.2.2 - 2025-07-18
+-------------------
+
+### Bug fixes ###
+- relations forms between operations and context records: automatic deletion of duplicates, corrections on deletion (#6399)
+
+
v4.2.1 - 2025-06-25
-------------------
diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md
index 0afd9ae62..c8bfdb01e 100644
--- a/changelog/fr/changelog_2023-01-25.md
+++ b/changelog/fr/changelog_2023-01-25.md
@@ -1,3 +1,10 @@
+v4.2.2 - 2025-07-18
+-------------------
+
+### Correction de dysfonctionnements ###
+- formulaires de relations entres opérations et UE : suppression automatique des doublons, corrections sur la suppression (#6399)
+
+
v4.2.1 - 2025-06-25
-------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index 15d27c65a..7b2e9de57 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.2.1
-VERSION = (4, 2, 1)
+# 4.2.2
+VERSION = (4, 2, 2)
def get_version():