From add3d33aa47b0be47da6b9d6bffb8d6d0f649fed Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 25 Apr 2025 12:26:58 +0200 Subject: 🔖 version 4.3.34 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog/en/changelog_2022-06-15.md | 11 +++++++++++ changelog/fr/changelog_2023-01-25.md | 11 +++++++++++ ishtar_common/version.py | 4 ++-- 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 bccb442a4..776fb2b1f 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,14 @@ +v4.3.34 - 2025-04-25 +-------------------- + +### Features/improvements ### +- operation - quick edit: add comment field + + +### Bug fixes ### +- forms: fix availability of disabled types on m2m fields (#6266) + + v4.3.33 - 2025-04-23 -------------------- diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index f52530e41..cd67b991a 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,3 +1,14 @@ +v4.3.34 - 2025-04-25 +-------------------- + +### Fonctionnalités/améliorations ### +- opération - édition par lot : ajout du champ commentaire + + +## Correction de dysfonctionnements ### +- formulaires : correction de la disponibilité des types désactivés sur les champs multivalués (#6266) + + v4.3.33 - 2025-04-23 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 17fa064f5..9874a6b98 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.3.33 -VERSION = (4, 3, 33) +# 4.3.34 +VERSION = (4, 3, 34) def get_version(): -- cgit v1.2.3