From 6468fa4c22b5ec2c30b450a5d0f8cc005d01f4be Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 17 Mar 2025 10:35:54 +0100 Subject: 🔖 version 4.1.54 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog/en/changelog_2022-06-15.md | 11 +++++++++++ changelog/fr/changelog_2023-01-25.md | 11 +++++++++++ ishtar_common/version.py | 4 ++-- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index 77a3b118d..398b7cc6a 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,14 @@ +v4.1.54 - 2025-03-17 +-------------------- + +### Features/improvements ### +- quick move form: more explicits labels (#6164) + + +### Technical ### +- archaeological files templates: add `unit_label` to generic equipment cost (#6218) + + v4.1.53 - 2025-02-19 -------------------- diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index ba3dce52b..1595db584 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,3 +1,14 @@ +v4.1.54 - 2025-03-17 +-------------------- + +### Fonctionnalités/améliorations ### +- formulaire de déplacement rapide : libellés plus explicites (#6164) + + +### Technique ### +- patrons de document de dossiers archéologiques : ajout de `unit_label` au coût de l'équipement (#6218) + + v4.1.53 - 2025-02-19 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 0bfd401b0..5a6662dd3 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.1.53 -VERSION = (4, 1, 53) +# 4.1.54 +VERSION = (4, 1, 54) def get_version(): -- cgit v1.2.3