diff options
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 11 | ||||
-rw-r--r-- | changelog/fr/changelog_2025-06-19.md | 13 | ||||
-rw-r--r-- | 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(): |