From c88c4f9170627c6a8854fd6cf34bf10e79fc4230 Mon Sep 17 00:00:00 2001 From: Mahdi Ben Jelloul Date: Mon, 2 Dec 2024 18:33:15 +0100 Subject: [PATCH] Bump --- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 235cc4cc..bf89a025 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.41.0 - [#174](https://github.com/openfisca/openfisca-tunisia/pull/174) + +* Évolution du système socio-fiscal. +* Périodes concernées : toutes. +* Zones impactées : `prestations/non_contributives`. +* Détails : + - Amélioration Amen social. + - Début des allocations familiales. + ### 0.40.3 - [#169](https://github.com/openfisca/openfisca-tunisia/pull/169) * Amélioration technique. diff --git a/pyproject.toml b/pyproject.toml index f8b976dc..ab1057a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "OpenFisca-Tunisia" -version = "0.40.3" +version = "0.41.0" description = "OpenFisca Rules as Code model for Tunisia." readme = "README.md" keywords = ["microsimulation", "tax", "benefit", "rac", "rules-as-code", "tunisia"]