diff --git a/CHANGELOG.md b/CHANGELOG.md index 1daf8059..487f34a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +# 2.0.4 [#283](https://github.com/openfisca/openfisca-survey-manager/pull/283) + +- Correction function compute_pivot_tables in ReformScenario + # 2.0.3 [#282](https://github.com/openfisca/openfisca-survey-manager/pull/282) - Correction typo error in create_data_frame_by_entity diff --git a/setup.py b/setup.py index 0b5ca0e8..dc3b0d53 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ setup( name = 'OpenFisca-Survey-Manager', - version = '2.0.3', + version = '2.0.4', author = 'OpenFisca Team', author_email = 'contact@openfisca.fr', classifiers = [classifier for classifier in classifiers.split('\n') if classifier],