diff options
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 8 | ||||
-rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 7 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
3 files changed, 17 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index 8b4bd116d..8261add45 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,5 +1,13 @@ +v4.0.56 - 2023-09-06 +-------------------- + +### Features/improvements ### +- improve online documentation + ### Technical ### - imports - linking: remove irrelevant keys +- imports - geo: fix import association when import_key is matched +- fix update of cached coordinates on precision change of the SRS v4.0.55 - 2023-08-07 diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index 6ff0d1bdc..00b99cfbc 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,6 +1,13 @@ +v4.0.56 - 2023-09-06 +-------------------- + +### Fonctionnalités/améliorations ### +- amélioration de la documentation en ligne ### Technique ### - imports - correspondance : suppression de clés non pertinentes +- imports - geo : correction de l'association aux imports lorsque la clé d'import correspond +- correction de la mise à jour des coordonnées mises en cache en cas de changement de précision du SRS v4.0.55 - 2023-08-07 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index ca79dc41b..aee1811a8 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.0.55 -VERSION = (4, 0, 55) +# 4.0.56 +VERSION = (4, 0, 56) def get_version(): |