From 497b4a6e6db09f943cbdfb8bdad4305ea226bedb Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 3 Apr 2026 18:08:59 +0200 Subject: 🔖 version 4.99.27 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog/en/changelog_2022-06-15.md | 13 +++++++++++++ changelog/fr/changelog_2025-06-19.md | 13 +++++++++++++ ishtar_common/version.py | 4 ++-- 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(): -- cgit v1.2.3