diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bed8ae1d5..1a5a3f99ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 35.6.0 [#1033](https://github.com/openfisca/openfisca-core/pull/1033) + +#### New Features + +- Introduce `openfisca_core.types` + +#### Bug Fixes + +- Fix doctests of the commons module + +#### Documentation + +- Complete the documentation of the commons module + ## 35.5.0 [#1038](https://github.com/openfisca/openfisca-core/pull/1038) #### New Features diff --git a/setup.py b/setup.py index 6b761ed434..ceb149a34e 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ setup( name = 'OpenFisca-Core', - version = '35.5.0', + version = '35.6.0', author = 'OpenFisca Team', author_email = 'contact@openfisca.org', classifiers = [