From 2c715e2ef02440766f8dc997c27e93a1e52942e6 Mon Sep 17 00:00:00 2001 From: b-michaud Date: Thu, 13 Feb 2025 16:35:43 +0100 Subject: [PATCH 1/2] =?UTF-8?q?ajoute=20un=20calculate=5Foutput=20=C3=A0?= =?UTF-8?q?=20crds=5Faf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openfisca_france/model/prestations/prestations_familiales/af.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openfisca_france/model/prestations/prestations_familiales/af.py b/openfisca_france/model/prestations/prestations_familiales/af.py index 649c5d11c1..958464f14e 100644 --- a/openfisca_france/model/prestations/prestations_familiales/af.py +++ b/openfisca_france/model/prestations/prestations_familiales/af.py @@ -429,6 +429,7 @@ def depassement_helper(famille, period, parameters, nb_enf_tot): class crds_af(Variable): + calculate_output = calculate_output_add value_type = float entity = Famille label = 'CRDS sur les allocations familiales' From e479086d5f9820655252e6846f5ebc7467735537 Mon Sep 17 00:00:00 2001 From: b-michaud Date: Thu, 13 Feb 2025 16:40:01 +0100 Subject: [PATCH 2/2] bump --- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e4e3c4b23..9f7a38eccd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +### 169.16.4 [2439](https://github.com/openfisca/openfisca-france/pull/2439) + +* Changement mineur. +* Périodes concernées : toutes +* Zones impactées : + - `openfisca_france/model/prestations/prestations_familiales/af.py` +* Détails : + - Ajoute un calculate_output à crds_af + ### 169.16.3 [2434](https://github.com/openfisca/openfisca-france/pull/2434) * Changement mineur. diff --git a/pyproject.toml b/pyproject.toml index e35467001c..0a7c93b0c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "OpenFisca-France" -version = "169.16.3" +version = "169.16.4" description = "OpenFisca Rules as Code model for France." readme = "README.md" keywords = ["microsimulation", "tax", "benefit", "rac", "rules-as-code", "france"]