summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2026-04-03 18:08:59 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2026-04-03 18:08:59 +0200
commit497b4a6e6db09f943cbdfb8bdad4305ea226bedb (patch)
tree47b6cae4f57b3eb7a5125e290ec00c2b4eee7d4b
parent4ddd0a8fd750ef5802ea525f45df70daade46c96 (diff)
downloadIshtar-497b4a6e6db09f943cbdfb8bdad4305ea226bedb.tar.bz2
Ishtar-497b4a6e6db09f943cbdfb8bdad4305ea226bedb.zip
🔖 version 4.99.27develop-5.0
-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():