diff --git a/CHANGELOG.md b/CHANGELOG.md index ede6a05..8cf50e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +### 0.41.4 - [#181](https://github.com/openfisca/openfisca-tunisia/pull/181) + +* Évolution du système socio-fiscal. +* Périodes concernées : après 2025-01-01 +* Zones impactées : `impot_revenu`, `cotisations_sociales`. +* Détails : + - Nouveau barème de l'IR + - Nouveau taux de CSS + - Nouveau prélèvement (paramètres seulement dans RSNA) pour financer l'assurance perte d'emploi + ### 0.41.3 - [#179](https://github.com/openfisca/openfisca-tunisia/pull/179) * Évolution du système socio-fiscal. diff --git a/pyproject.toml b/pyproject.toml index dc966fc..fa5f99c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "OpenFisca-Tunisia" -version = "0.41.3" +version = "0.41.4" description = "OpenFisca Rules as Code model for Tunisia." readme = "README.md" keywords = ["microsimulation", "tax", "benefit", "rac", "rules-as-code", "tunisia"]