summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changelog/en/changelog_2022-06-15.md11
-rw-r--r--changelog/fr/changelog_2023-01-25.md11
-rw-r--r--ishtar_common/version.py4
3 files changed, 24 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md
index f48078427..5c500aa34 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,3 +1,14 @@
+v4.3.37 - 2025-05-02
+--------------------
+
+### Features/improvements ###
+- operation - wizards/search: remove person/organization types constraints (#6303)
+
+
+### Bug fixes ###
+- person wizard: fix person creation
+
+
v4.3.36 - 2025-04-29
--------------------
diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md
index b3ae2e21f..f8b881a5d 100644
--- a/changelog/fr/changelog_2023-01-25.md
+++ b/changelog/fr/changelog_2023-01-25.md
@@ -1,3 +1,14 @@
+v4.3.37 - 2025-05-02
+--------------------
+
+### Fonctionnalités/améliorations ###
+- opérations - recherche/formulaire pas à pas : suppression des contraintes sur les types de personnes/organisations (#6303)
+
+
+## Correction de dysfonctionnements ###
+- formulaire pas à pas de personnes : correction de la création/modification
+
+
v4.3.36 - 2025-04-29
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index 0b5461197..cf95dccdf 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.3.36
-VERSION = (4, 3, 36)
+# 4.3.37
+VERSION = (4, 3, 37)
def get_version():