summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2026-01-28 14:59:57 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2026-01-28 15:00:11 +0100
commit2a028209524385a3a8df782ff1c2834970a37d00 (patch)
tree4da4330e28ff910ce06c10b17819ad6f2c4f7191
parent2141ee1f01b84d20d2977c9f64cfde1580391c0e (diff)
downloadIshtar-2a028209524385a3a8df782ff1c2834970a37d00.tar.bz2
Ishtar-2a028209524385a3a8df782ff1c2834970a37d00.zip
đź”– version 4.99.17
-rw-r--r--changelog/en/changelog_2022-06-15.md10
-rw-r--r--changelog/fr/changelog_2025-06-19.md10
-rw-r--r--ishtar_common/version.py4
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():