Skip to content

Commit

Permalink
Bump version to 0.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sandcha committed Nov 13, 2018
1 parent 37e49ac commit cb3013e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
16 changes: 10 additions & 6 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

### 0.21.1 - [#75](https://github.com/openfisca/openfisca-tunisia/pull/75)

* Add missing units to `parameters`

## 0.21.0 - [#74](https://github.com/openfisca/openfisca-tunisia/pull/74)

* Migrate to openfisca-core v24 syntax
Expand All @@ -14,7 +18,7 @@
* Migrate to openfisca-core v22 syntax
* Add `age_en_mois`

## 0.18.1 - [#68](https://github.com/openfisca/openfisca-tunisia/pull/68)
### 0.18.1 - [#68](https://github.com/openfisca/openfisca-tunisia/pull/68)

* Add 2017 references to `impot_revenu.bareme`

Expand Down Expand Up @@ -50,12 +54,12 @@
* Update parameters and references on `SMAG`
* `cotisations_sociales/gen/smag_journalier.yaml`

## 0.16.2 - [#63](https://github.com/openfisca/openfisca-tunisia/pull/63)
### 0.16.2 - [#63](https://github.com/openfisca/openfisca-tunisia/pull/63)

* Add `notebooks/test_notebooks.py` script to execute .ipynb files
* Add `Makefile` tag `nb` to test specified notebooks

## 0.16.1 - [#62](https://github.com/openfisca/openfisca-tunisia/pull/62)
### 0.16.1 - [#62](https://github.com/openfisca/openfisca-tunisia/pull/62)

* In `TypesRegimeSecuriteSociale` and `/parameters/cotisations_sociales`
* Rename `cnrps_sal` to `salarie_cnrps`
Expand All @@ -73,7 +77,7 @@
* Delete `smig75`
* Add `openfisca_tunisia/survey_scenario/`

## 0.14.1 - [#56](https://github.com/openfisca/openfisca-tunisia/pull/56)
### 0.14.1 - [#56](https://github.com/openfisca/openfisca-tunisia/pull/56)

* Add demo jupyter notebook and binder link

Expand All @@ -99,12 +103,12 @@
* Rename `ir_brut` to `impot_revenu_brut`
* Rename `rni` to `revenu_net_imposable`

## 0.10.2 - [#39](https://github.com/openfisca/openfisca-tunisia/pull/39)
### 0.10.2 - [#39](https://github.com/openfisca/openfisca-tunisia/pull/39)

* Add installation instructions
* Translate revenus/activite/non_salarie.py labels to arabic

## 0.10.1 - [#38](https://github.com/openfisca/openfisca-tunisia/pull/38)
### 0.10.1 - [#38](https://github.com/openfisca/openfisca-tunisia/pull/38)

* Fix legislation tests

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -21,7 +21,7 @@

setup(
name = 'OpenFisca-Tunisia',
version = '0.21.0',
version = '0.21.1',
author = 'OpenFisca Team',
author_email = 'contact@openfisca.org',
classifiers = [classifier for classifier in classifiers.split('\n') if classifier],
Expand Down

0 comments on commit cb3013e

Please sign in to comment.