Skip to content

Commit

Permalink
Ajoute un calculate_output à crds_af (#2439)
Browse files Browse the repository at this point in the history
  • Loading branch information
b-michaud authored Feb 13, 2025
2 parents 3a980d2 + e479086 commit eb907ed
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down

0 comments on commit eb907ed

Please sign in to comment.