diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c6238d0..5861f240 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## 0.17.0 - [#64](https://github.com/openfisca/openfisca-tunisia/pull/64) + +* Update `smig` variable type +* Add parameters on `SMIG` _components_ + * `cotisations_sociales/gen/salaire_de_base_40h_horaire.yaml` + * `cotisations_sociales/gen/salaire_de_base_40h_mensuel.yaml` + * `cotisations_sociales/gen/salaire_de_base_48h_horaire.yaml` + * `cotisations_sociales/gen/salaire_de_base_48h_mensuel.yaml` + * `cotisations_sociales/gen/indemnite_complementaire_provisoire.yaml` + * `cotisations_sociales/gen/majoration_smig_40h_mensuel.yaml` + * `cotisations_sociales/gen/majoration_smig_48h_mensuel.yaml` +* Update parameters and references on `SMIG` + * `cotisations_sociales/gen/smig_40h_horaire.yaml` + * `cotisations_sociales/gen/smig_40h_mensuel.yaml` + * `cotisations_sociales/gen/smig_48h_horaire.yaml` + * `cotisations_sociales/gen/smig_48h_mensuel.yaml` +* Update parameters and references on `SMAG` + * `cotisations_sociales/gen/smag_journalier.yaml` + ## 0.16.1 - [#62](https://github.com/openfisca/openfisca-tunisia/pull/62) * In `TypesRegimeSecuriteSociale` and `/parameters/cotisations_sociales` diff --git a/setup.py b/setup.py index b117c080..bd26864d 100755 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( name = 'OpenFisca-Tunisia', - version = '0.16.1', + version = '0.17.0', author = 'OpenFisca Team', author_email = 'contact@openfisca.fr', classifiers = [classifier for classifier in classifiers.split('\n') if classifier],