From aa2c67302d879e3a6f7d0ac0b0df3cab0a3570b4 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 29 Jan 2026 15:21:35 +0100 Subject: 🔖 version 4.99.18 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog/en/changelog_2022-06-15.md | 10 ++++++++++ changelog/fr/changelog_2025-06-19.md | 10 ++++++++++ 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 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(): -- cgit v1.2.3