diff options
-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(): |