diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bed8ae1d5..461f4e7a65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 35.6.0 [#1054](https://github.com/openfisca/openfisca-core/pull/1054) + +#### New Features + +- Introduce `openfisca_core.types` + +#### Documentation + +- Complete typing 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 7f0bb95d91..27a106bf07 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 = [