summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2026-01-29 15:21:35 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2026-01-29 15:22:32 +0100
commitaa2c67302d879e3a6f7d0ac0b0df3cab0a3570b4 (patch)
tree8573723e2580168411b1f4089eb73b8661a1e109
parent2162ba022d68645552d2b4509118c60351bc547c (diff)
downloadIshtar-aa2c67302d879e3a6f7d0ac0b0df3cab0a3570b4.tar.bz2
Ishtar-aa2c67302d879e3a6f7d0ac0b0df3cab0a3570b4.zip
🔖 version 4.99.18
-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 8f2c4cc82..7072219c8 100644
--- a/changelog/en/changelog_2022-06-15.md
+++ b/changelog/en/changelog_2022-06-15.md
@@ -1,3 +1,13 @@
+v4.99.18 - 2026-01-29
+---------------------
+
+### Bug fixes ###
+- admin: fix performance for context record form
+
+### Technical ###
+- GIS API: manage name for import creation
+
+
v4.99.17 - 2026-01-28
---------------------
diff --git a/changelog/fr/changelog_2025-06-19.md b/changelog/fr/changelog_2025-06-19.md
index 02c17bc8a..8508df930 100644
--- a/changelog/fr/changelog_2025-06-19.md
+++ b/changelog/fr/changelog_2025-06-19.md
@@ -1,3 +1,13 @@
+v4.99.18 - 2026-01-29
+---------------------
+
+### Correction de dysfonctionnements ###
+- administration : correction de performance pour les formulaires d'unités d'enregistrement
+
+### Technique ###
+- API SIG : gestion du nom en créaion d'import
+
+
v4.99.17 - 2026-01-28
---------------------
diff --git a/ishtar_common/version.py b/ishtar_common/version.py
index f6f4922a0..7e3078c59 100644
--- a/ishtar_common/version.py
+++ b/ishtar_common/version.py
@@ -1,5 +1,5 @@
-# 4.99.17
-VERSION = (4, 99, 17)
+# 4.99.18
+VERSION = (4, 99, 18)
def get_version():