diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-10-24 18:35:09 +0200 | 
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-10-24 18:35:09 +0200 | 
| commit | 040367e43d42bc25954fc4ed6c7a9c230e65b0a9 (patch) | |
| tree | c9334a9326958a1e83a4901a370bf6e76af4c2e9 | |
| parent | fbf39a65be80d15d78ad47bed619c9624a7a2d14 (diff) | |
| download | Ishtar-040367e43d42bc25954fc4ed6c7a9c230e65b0a9.tar.bz2 Ishtar-040367e43d42bc25954fc4ed6c7a9c230e65b0a9.zip  | |
🔖 version 4.99.1
| -rw-r--r-- | changelog/en/changelog_2022-06-15.md | 9 | ||||
| -rw-r--r-- | changelog/fr/changelog_2025-06-19.md | 9 | ||||
| -rw-r--r-- | ishtar_common/version.py | 4 | 
3 files changed, 20 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index 40df9bf0c..8a873ac64 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,12 @@ +v4.99.1 - 2025-09-03 +-------------------- + +### Technical ### +- imports adaptations, GIS API and token management for QGIS plugin +- adaptations for django 3 and django 4 +- imports - manage post-import errors + +  v4.3.64 - 2025-10-10  -------------------- diff --git a/changelog/fr/changelog_2025-06-19.md b/changelog/fr/changelog_2025-06-19.md index 0ddc5d297..2683a16ee 100644 --- a/changelog/fr/changelog_2025-06-19.md +++ b/changelog/fr/changelog_2025-06-19.md @@ -1,3 +1,12 @@ +v4.99.1 - 2025-09-03 +-------------------- + +### Technique ### +- adaptation des imports, API SIG et gestion de jetons pour le greffon QGIS +- adaptations pour django 3 et django 4 +- imports - gestion des erreurs lors du post-traitement + +  v4.3.64 - 2025-10-10  -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 6e256f924..2834107ca 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.3.64 -VERSION = (4, 3, 64) +# 4.99.1 +VERSION = (4, 99, 1)  def get_version():  | 
