summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2024-06-05 18:33:20 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2024-06-05 18:33:20 +0200
commit31704d2b7dfd2947b1e5508d2b5bdfcd62d6e607 (patch)
treec7d5690ec154e77f00fb9ef26cbc78b393f1f82a
parente365cac8027c27fc21a43ba9f8f3895525737439 (diff)
downloadIshtar-31704d2b7dfd2947b1e5508d2b5bdfcd62d6e607.tar.bz2
Ishtar-31704d2b7dfd2947b1e5508d2b5bdfcd62d6e607.zip
🔖 version 4.0.76
-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():