summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2025-03-17 10:35:54 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2025-03-17 10:35:54 +0100
commit6468fa4c22b5ec2c30b450a5d0f8cc005d01f4be (patch)
tree91ccce7ad92bc927112dfe7c08ccf35126875a84
parent1206f34121228db98b022e68242f6687d8d0caff (diff)
downloadIshtar-6468fa4c22b5ec2c30b450a5d0f8cc005d01f4be.tar.bz2
Ishtar-6468fa4c22b5ec2c30b450a5d0f8cc005d01f4be.zip
🔖 version 4.1.54
-rw-r--r--changelog/en/changelog_2022-06-15.md11
-rw-r--r--changelog/fr/changelog_2023-01-25.md11
-rw-r--r--ishtar_common/version.py4
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():