summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2025-05-02 11:44:36 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2025-05-02 12:25:50 +0200
commit797af8877293a618b89d447909506f247b6a2c87 (patch)
treeef49b07cff0f4a40068626ca4d84040894e89922
parentb39cd6aec077902e48d16185dc9daf8776f36b7a (diff)
downloadIshtar-797af8877293a618b89d447909506f247b6a2c87.tar.bz2
Ishtar-797af8877293a618b89d447909506f247b6a2c87.zip
đź”– version 4.3.37
-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():