diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-04-17 15:37:22 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-04-17 15:37:22 +0200 |
commit | 6332d4cf19d181cb12e61a857265596001fe4eb1 (patch) | |
tree | af72998f6b64cc5a1cd7eb5acc9cf112ef4d54bc | |
parent | 90ba03d7ecb75b499fedeec2ec2cfb3ff78273df (diff) | |
download | Ishtar-6332d4cf19d181cb12e61a857265596001fe4eb1.tar.bz2 Ishtar-6332d4cf19d181cb12e61a857265596001fe4eb1.zip |
🔖 version 4.1.6
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 1 | ||||
-rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 1 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
3 files changed, 4 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index dfa962727..dd09168c2 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -53,6 +53,7 @@ v4.0.XX - 2099-12-31 - document: post importer action - set main image - ishtar_maintenance script: fix_geographic_items task - geodata: fix default attachment for find, context records, warehouse and container +- GIS import: fix bad SRID comparison #### Imports ##### - update relationship between imports and main items diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index 7929e06ad..a0829c3b9 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -53,6 +53,7 @@ v4.0.XX - 2099-12-31 - document : action post import - "set_main_image" - la valeur correspond au type de données associées pour lesquelles associer l'image en tant qu'image principale. Exemple : "finds" pour le mobilier. - script ishtar_maintenance : tâche "fix_geographic_items" - données geographiques : correction des attachements par défaut pour mobilier d'origine, unités d'enregistrements, lieux de conservation et contenants. +- import SIG : correction d'une mauvaise comparaison de SRID #### Imports ##### - relation de mise à jour entre imports et les éléments principaux diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 4bad02ded..d4ce3daaa 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.1.5 -VERSION = (4, 1, 5) +# 4.1.6 +VERSION = (4, 1, 6) def get_version(): |