From 31704d2b7dfd2947b1e5508d2b5bdfcd62d6e607 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 5 Jun 2024 18:33:20 +0200 Subject: 🔖 version 4.0.76 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog/en/changelog_2022-06-15.md | 5 +++++ changelog/fr/changelog_2023-01-25.md | 7 +++++++ ishtar_common/version.py | 4 ++-- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index f768c624d..3b5e73da7 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,8 @@ +v4.0.76 - 2024-06-05 +-------------------- + +- document and geo forms: fix overload of history creator on modification (refs #5964) + v4.0.75 - 2024-04-16 -------------------- diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index 760c35da8..1dc9bffa6 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,3 +1,10 @@ +v4.0.76 - 2024-06-05 +-------------------- + +### Corrections de dysfonctionnements ### +- formulaire document et géographique : correction de la surcharge de l'utilisateur créateur en modification (refs #5964) + + v4.0.75 - 2024-04-16 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index fba52055a..f0ee2612c 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.0.75 -VERSION = (4, 0, 75) +# 4.0.76 +VERSION = (4, 0, 76) def get_version(): -- cgit v1.2.3