diff --git a/CHANGELOG.md b/CHANGELOG.md index e0a51c5f..1302a2f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog -### 2.0.5 [#238(https://github.com/openfisca/openfisca-france-data/pull/238) +### 2.0.6 [#239](https://github.com/openfisca/openfisca-france-data/pull/239/files) +* New features +- Ajoute des nouveaux agrégats pour FranceAggregates + +### 2.0.5 [#238](https://github.com/openfisca/openfisca-france-data/pull/238) * Technical changes - Corrige le calcul du smic annuel en fonction du smic horaire dans openfisca_france_data/erfs_fpr/input_data_builder/step_04_famille.py diff --git a/setup.py b/setup.py index 27c81401..15849e84 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name = "OpenFisca-France-Data", - version = "2.0.5", + version = "2.0.6", description = "OpenFisca-France-Data module to work with French survey data", long_description = long_description, long_description_content_type="text/markdown",