diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-10-10 17:10:22 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-10-10 17:11:42 +0200 |
commit | 34305c584ae31a09cbb762c60dabbb1ef44ebb3d (patch) | |
tree | 36f972093e49bdbcad33eaa1e8f504d32a2938d3 | |
parent | bc59de4c39f821fa5ec8fa9bac4ec8499e38a4d9 (diff) | |
download | Ishtar-34305c584ae31a09cbb762c60dabbb1ef44ebb3d.tar.bz2 Ishtar-34305c584ae31a09cbb762c60dabbb1ef44ebb3d.zip |
đź”– version 4.1.41
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 7 | ||||
-rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 7 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
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 87d871c80..00e03516c 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,10 @@ +v4.1.41 - 2024-10-10 +-------------------- + +### Bug fixes ### +- archaeological files form: fix missing field `internal reference` (#6046) + + v4.1.40 - 2024-10-09 -------------------- diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index 971fbea22..6c01826c8 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,3 +1,10 @@ +v4.1.41 - 2024-10-10 +-------------------- + +### Corrections de bugs ### +- formulaire dossiers archéologiques : ajout du champ manquant `référence interne` (#6046) + + v4.1.40 - 2024-10-09 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 9470e679e..5f3efb673 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.1.40 -VERSION = (4, 1, 40) +# 4.1.41 +VERSION = (4, 1, 41) def get_version(): |