Skip to content

Commit

Permalink
Bump version to 0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
sandcha committed Apr 18, 2018
1 parent e2056a1 commit b02d63e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setup(
name = 'OpenFisca-Tunisia',
version = '0.16.1',
version = '0.17.0',
author = 'OpenFisca Team',
author_email = '[email protected]',
classifiers = [classifier for classifier in classifiers.split('\n') if classifier],
Expand Down

0 comments on commit b02d63e

Please sign in to comment.