summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2024-06-05 18:46:57 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2024-06-05 18:46:57 +0200
commit08fc64548b65f0ef993fbca2b9c69613ebfc5b1d (patch)
tree5062499eb8133960a1cce41fff25917e295f3c72
parentb37826ad31151b4cb5957777bb21e9417f16d233 (diff)
downloadIshtar-08fc64548b65f0ef993fbca2b9c69613ebfc5b1d.tar.bz2
Ishtar-08fc64548b65f0ef993fbca2b9c69613ebfc5b1d.zip
🔖 version 4.1.13
-rw-r--r--changelog/en/changelog_2022-06-15.md7
-rw-r--r--changelog/fr/changelog_2023-01-25.md6
-rw-r--r--ishtar_common/version.py4
3 files changed, 15 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md
index 95933c9ad..005c610b6 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,3 +1,10 @@
+v4.1.13 - 2024-06-05
+--------------------
+
+### Bug fixes ###
+- document and geo forms: fix overload of history creator on modification (refs #5964)
+
+
v4.1.12 - 2024-06-05
--------------------
diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md
index 235d89ca8..85745fed4 100644
--- a/changelog/fr/changelog_2023-01-25.md
+++ b/changelog/fr/changelog_2023-01-25.md
@@ -1,3 +1,9 @@
+v4.1.13 - 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.1.12 - 2024-06-05
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index 122752553..ca76493a1 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.1.12
-VERSION = (4, 1, 12)
+# 4.1.13
+VERSION = (4, 1, 13)
def get_version():