diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-10-09 14:48:26 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-10-09 14:48:26 +0200 |
commit | bc569725d031e32aade1d89918c5c27971550df7 (patch) | |
tree | 270a3f6595d5f3d7a01f5146855b1c2d69815a7f | |
parent | cb7cd51fa542732b867c67aa406ac996a8d2ae0d (diff) | |
download | Ishtar-bc569725d031e32aade1d89918c5c27971550df7.tar.bz2 Ishtar-bc569725d031e32aade1d89918c5c27971550df7.zip |
🔖 version 4.1.39
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 7 | ||||
-rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 8 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
3 files changed, 16 insertions, 3 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index a3fd115ea..72e0aa7b7 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,10 @@ +v4.1.39 - 2024-10-09 +-------------------- + +### Features/improvements ### +- operation: copying the address and locality when creating from an archaeological file + + v4.1.38 - 2024-10-08 -------------------- diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index 3a2c4173c..29db7f4ee 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,3 +1,9 @@ +v4.1.39 - 2024-10-09 +-------------------- + +### Fonctionnalités/améliorations ### +- opération : recopie de l'adresse et du lieu dit lors de la création depuis un dossier archéologique + v4.1.38 - 2024-10-08 -------------------- @@ -82,7 +88,7 @@ v4.1.30 - 2024-09-22 ### Technique ### - imports : - gestion des post process sur les éléments liés - - post-processeur pour les Parcelles : set_parcel + - post-processeur pour les Parcelles : `set_parcel` - notices : ajout de raccourcis pour les patrons et les formules diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 00b54c8f2..8aeb1815b 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.1.38 -VERSION = (4, 1, 38) +# 4.1.39 +VERSION = (4, 1, 39) def get_version(): |