diff options
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 11 | ||||
-rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 11 | ||||
-rw-r--r-- | 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(): |