Skip to content

Commit

Permalink
Déplace et renomme age_max_etudiant (AL) (#2212)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjello authored Dec 1, 2023
2 parents 861ceb0 + 1c4daea commit 083d062
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

### 155.0.7 [2212](https://github.com/openfisca/openfisca-france/pull/2212)

* Changement mineur.
* Périodes concernées : toutes.
* Zones impactées : `parameters/prestations_sociales/aides_logement/allocations_logement/autres/age_max_etudiant.yaml`.
* Détails :
- Déplace `allocations_logement/autres/age_max_etudiant.yaml` vers `allocations_logement/al_etudiant/age_max.yaml`.


### 155.0.6 [2210](https://github.com/openfisca/openfisca-france/pull/2210)

* Changement mineur.
Expand Down
2 changes: 1 addition & 1 deletion openfisca_france/model/prestations/aides_logement.py
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@ class aide_logement_base_ressources(Variable):
def formula_2021_01_01(famille, period, parameters):
biactivite = famille('aide_logement_biactivite', period)
parametres_ressources = parameters(period).prestations_sociales.aides_logement.allocations_logement.ressources
age_etudiant_max = parameters(period).prestations_sociales.aides_logement.allocations_logement.autres.age_max_etudiant
age_etudiant_max = parameters(period).prestations_sociales.aides_logement.allocations_logement.al_etudiant.age_max
base_ressources_i = famille.members('aide_logement_base_ressources_individu', period)

base_ressources_parents = famille.sum(base_ressources_i, role = Famille.PARENT)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name = 'OpenFisca-France',
version = '155.0.6',
version = '155.0.7',
author = 'OpenFisca Team',
author_email = 'contact@openfisca.fr',
classifiers = [
Expand Down

0 comments on commit 083d062

Please sign in to comment.