Skip to content

Commit

Permalink
Ajoute une référence à l'ASS
Browse files Browse the repository at this point in the history
  • Loading branch information
guillett committed Jul 15, 2019
1 parent a8a88e0 commit 2677e58
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 48.2.1 [#1357](https://github.com/openfisca/openfisca-france/pull/1357)

* Changement mineur
* Détails :
- Ajoute une référence à l'ASS

## 48.2.0 [#1355](https://github.com/openfisca/openfisca-france/pull/1355)

* Évolution du système socio-fiscal.
Expand Down
4 changes: 4 additions & 0 deletions openfisca_france/model/prestations/minima_sociaux/ass.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ class ass_precondition_remplie(Variable):
entity = Individu
label = u"Éligible à l'ASS"
definition_period = MONTH
reference = [
u"Article R5423-1 du Code du travail",
u"https://www.legifrance.gouv.fr/affichCodeArticle.do?cidTexte=LEGITEXT000006072050&idArticle=LEGIARTI000018525084&dateTexte=20190618&categorieLien=cid#LEGIARTI000018525084"
]
set_input = set_input_dispatch_by_period


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name = "OpenFisca-France",
version = "48.2.0",
version = "48.2.1",
author = "OpenFisca Team",
author_email = "contact@openfisca.fr",
classifiers = [
Expand Down

0 comments on commit 2677e58

Please sign in to comment.