diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-10-15 19:34:40 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-10-15 19:34:40 +0200 |
commit | 166c28bc3fbc221b6716736e260b4f53808ff371 (patch) | |
tree | 3b34a8caf960d15f4e7e03048fd52181a2a6a6a4 | |
parent | 581cf23c4ffdd35eef8ca21c489a3a576062f027 (diff) | |
download | Ishtar-166c28bc3fbc221b6716736e260b4f53808ff371.tar.bz2 Ishtar-166c28bc3fbc221b6716736e260b4f53808ff371.zip |
🔖 version 4.99.1
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 8 | ||||
-rw-r--r-- | changelog/fr/changelog_2025-06-19.md | 8 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
3 files changed, 18 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index af3061ea8..267a34193 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,11 @@ +v4.99.1 - 2025-09-03 +-------------------- + +### Technical ### +- imports adaptations, GIS API and token management for QGIS plugin +- adaptations for django 3 and django 4 + + v4.3.65 - 2025-10-15 -------------------- diff --git a/changelog/fr/changelog_2025-06-19.md b/changelog/fr/changelog_2025-06-19.md index bf5fcb809..604499cd6 100644 --- a/changelog/fr/changelog_2025-06-19.md +++ b/changelog/fr/changelog_2025-06-19.md @@ -1,3 +1,11 @@ +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 + + v4.3.65 - 2025-10-15 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index fedecdec3..2834107ca 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.3.65 -VERSION = (4, 3, 65) +# 4.99.1 +VERSION = (4, 99, 1) def get_version(): |