From ac1e4815e837bf14c3c9a3da74fa93a1faebac2f Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 12 Sep 2025 15:32:31 +0200 Subject: 🔖 version 4.3.58 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog/en/changelog_2022-06-15.md | 11 +++++++++++ changelog/fr/changelog_2025-06-19.md | 13 ++++++++++++- ishtar_common/version.py | 4 ++-- 3 files changed, 25 insertions(+), 3 deletions(-) diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index 3be316a82..715fdffe4 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,14 @@ +v4.3.58 - 2025-09-12 +-------------------- + +### Technical ### +- formula: add splitpart filter + + +### Features/improvements ### +- statistics - finds: sum by number of remains + + v4.3.57 - 2025-09-11 -------------------- diff --git a/changelog/fr/changelog_2025-06-19.md b/changelog/fr/changelog_2025-06-19.md index 6a00763ce..7516fc3c1 100644 --- a/changelog/fr/changelog_2025-06-19.md +++ b/changelog/fr/changelog_2025-06-19.md @@ -1,8 +1,19 @@ +v4.3.58 - 2025-09-12 +-------------------- + +### Fonctionnalités/améliorations ### +- statistiques - mobilier : ajout de la somme des nombres de reste + + +### Technique ### +- formule : ajout du filtre `splitpart` + + v4.3.57 - 2025-09-11 -------------------- ### Fonctionnalités/améliorations ### -- patrons: filtre `short_date` pour convertir les dates au format JJ/MM/AAAA, variables `TODAY` (date du jour) et `TIME` (horodatage de la génération) +- patrons : filtre `short_date` pour convertir les dates au format JJ/MM/AAAA, variables `TODAY` (date du jour) et `TIME` (horodatage de la génération) - patrons operations : ajout des codes communes diff --git a/ishtar_common/version.py b/ishtar_common/version.py index b52bbe3ba..c5c6b6667 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.3.57 -VERSION = (4, 3, 57) +# 4.3.58 +VERSION = (4, 3, 58) def get_version(): -- cgit v1.2.3