summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2024-01-17 12:13:46 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2024-01-17 12:17:46 +0100
commitc307ecc7c07ed1e74f3caff1fabd4092208d2f4c (patch)
tree67b7be0a06338bb72256a28ab1236252e155bf49
parentf8b284fb878e64589168d29db9defc20b9af6c83 (diff)
downloadIshtar-c307ecc7c07ed1e74f3caff1fabd4092208d2f4c.tar.bz2
Ishtar-c307ecc7c07ed1e74f3caff1fabd4092208d2f4c.zip
đź”– version 4.0.71
-rw-r--r--changelog/en/changelog_2022-06-15.md7
-rw-r--r--changelog/fr/changelog_2023-01-25.md7
-rw-r--r--ishtar_common/version.py4
3 files changed, 16 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md
index eef4137a5..fe85ae8a2 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,3 +1,10 @@
+v4.0.71 - 2024-01-17
+--------------------
+
+### Bug fixes ###
+- area: fix automatic slug generation (#5715)
+- document table: fix line duplication for authors (#5709). **Warning**: count in table is not relevant anymore, real correction will be available on version v4.1
+
v4.0.70 - 2023-12-19
--------------------
diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md
index 4cd436efb..5dfbbec7b 100644
--- a/changelog/fr/changelog_2023-01-25.md
+++ b/changelog/fr/changelog_2023-01-25.md
@@ -1,3 +1,10 @@
+v4.0.71 - 2024-01-17
+--------------------
+
+### Corrections de dysfonctionnements ###
+- zone géographique : correction de la génération automatique de slugs (#5715)
+- tableau des documents : correction de la duplication des lignes pour les auteurs (#5709). **Avertissement** : le décompte dans le tableau n'est plus cohérent, une correction plus robuste sera livrée dans la version v4.1
+
v4.0.70 - 2023-12-19
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index 2c0a47237..50c09ce44 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.0.70
-VERSION = (4, 0, 70)
+# 4.0.71
+VERSION = (4, 0, 71)
def get_version():