diff options
| -rw-r--r-- | changelog/en/changelog_2022-06-15.md | 10 | ||||
| -rw-r--r-- | changelog/fr/changelog_2025-06-19.md | 10 | ||||
| -rw-r--r-- | ishtar_common/version.py | 4 |
3 files changed, 22 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index 836cb2800..8f2c4cc82 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,13 @@ +v4.99.17 - 2026-01-28 +--------------------- + +### Bug fixes ### +- fix permission migration + +### Technical ### +- GIS API: specify M2M types + + v4.99.16 - 2026-01-22 --------------------- diff --git a/changelog/fr/changelog_2025-06-19.md b/changelog/fr/changelog_2025-06-19.md index 341fb73b6..02c17bc8a 100644 --- a/changelog/fr/changelog_2025-06-19.md +++ b/changelog/fr/changelog_2025-06-19.md @@ -1,3 +1,13 @@ +v4.99.17 - 2026-01-28 +--------------------- + +### Correction de dysfonctionnements ### +- fix permission migration + +### Technique ### +- API SIG : précisions sur les champs d'importeurs multi-valués + + v4.99.16 - 2026-01-22 --------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index a4481b2f7..f6f4922a0 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.99.16 -VERSION = (4, 99, 16) +# 4.99.17 +VERSION = (4, 99, 17) def get_version(): |
