summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2025-02-13 11:52:42 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2025-02-13 11:52:42 +0100
commita95c19bc58e1ce57ef50ba56d18969ee51c2edc4 (patch)
treec1affa682a67e023a07a3464035fde5d6f1ac527
parent0700afd54775ca6f7c6d6f5c460fe96bee8bd423 (diff)
downloadIshtar-a95c19bc58e1ce57ef50ba56d18969ee51c2edc4.tar.bz2
Ishtar-a95c19bc58e1ce57ef50ba56d18969ee51c2edc4.zip
🔖 version 4.1.51
-rw-r--r--changelog/en/changelog_2022-06-15.md7
-rw-r--r--changelog/fr/changelog_2023-01-25.md7
-rw-r--r--ishtar_common/version.py4
3 files changed, 16 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md
index c68c046a5..ce0924e84 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,3 +1,10 @@
+v4.1.51 - 2025-02-13
+--------------------
+
+### Bug fixes ###
+- archaeological files: fix ground daily cost variable
+
+
v4.1.50 - 2025-02-12
--------------------
diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md
index 38978788c..bddcc768c 100644
--- a/changelog/fr/changelog_2023-01-25.md
+++ b/changelog/fr/changelog_2023-01-25.md
@@ -1,3 +1,10 @@
+v4.1.51 - 2025-02-13
+--------------------
+
+### Corrections de dysfonctionnements ###
+- dossiers archéologiques - préventif : correction de la variable de coût journalier terrain
+
+
v4.1.50 - 2025-02-12
--------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index 522238922..5f5461194 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.1.50
-VERSION = (4, 1, 50)
+# 4.1.51
+VERSION = (4, 1, 51)
def get_version():