summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changelog/en/changelog_2022-06-15.md5
-rw-r--r--changelog/fr/changelog_2023-01-25.md7
-rw-r--r--ishtar_common/version.py4
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():