diff options
| 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 |
| commit | 497b4a6e6db09f943cbdfb8bdad4305ea226bedb (patch) | |
| tree | 47b6cae4f57b3eb7a5125e290ec00c2b4eee7d4b | |
| parent | 4ddd0a8fd750ef5802ea525f45df70daade46c96 (diff) | |
| download | Ishtar-497b4a6e6db09f943cbdfb8bdad4305ea226bedb.tar.bz2 Ishtar-497b4a6e6db09f943cbdfb8bdad4305ea226bedb.zip | |
🔖 version 4.99.27develop-5.0
| -rw-r--r-- | changelog/en/changelog_2022-06-15.md | 13 | ||||
| -rw-r--r-- | changelog/fr/changelog_2025-06-19.md | 13 | ||||
| -rw-r--r-- | 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(): |
