summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changelog/en/changelog_2022-06-15.md13
-rw-r--r--changelog/fr/changelog_2025-06-19.md13
-rw-r--r--ishtar_common/version.py4
3 files changed, 28 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md
index cc323bf63..3dcb01fa3 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,3 +1,16 @@
+v4.99.27 - 2026-04-03
+---------------------
+
+### Features/improvements ###
+- qualified biographical notes
+- author types: add hierarchy
+- sites:
+ - add heritage fields
+ - relations between sites
+ - datings
+ - editors field
+
+
v4.99.26 - 2026-03-23
---------------------
diff --git a/changelog/fr/changelog_2025-06-19.md b/changelog/fr/changelog_2025-06-19.md
index 5a46a314b..ab261799d 100644
--- a/changelog/fr/changelog_2025-06-19.md
+++ b/changelog/fr/changelog_2025-06-19.md
@@ -1,3 +1,16 @@
+v4.99.27 - 2026-04-03
+---------------------
+
+### Fonctionnalités/améliorations ###
+- ajout de « notices biographiques qualifiées » pour la gestion des acteurs
+- types d'auteur : ajout de hiérarchie
+- sites :
+ - ajout de champs patrimoniaux
+ - relations entre sites
+ - ajout des datations
+ - ajout de champ « rédacteur »
+
+
v4.99.26 - 2026-03-23
---------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index 5b4be93c8..c11a255bd 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.99.26
-VERSION = (4, 99, 26)
+# 4.99.27
+VERSION = (4, 99, 27)
def get_version():