From bc569725d031e32aade1d89918c5c27971550df7 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 9 Oct 2024 14:48:26 +0200 Subject: 🔖 version 4.1.39 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog/en/changelog_2022-06-15.md | 7 +++++++ changelog/fr/changelog_2023-01-25.md | 8 +++++++- 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(): -- cgit v1.2.3