diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fcb535f9a..28c4d97123 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # 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 + +#### Dependencies + +- `nptyping` + - To add backport-support for numpy typing + - Can be removed once lower-bound numpy version is 1.21+ + +- `typing_extensions` + - To add backport-support for `typing.Protocol` and `typing.Literal` + - Can be removed once lower-bound python version is 3.8+ + ### 35.5.2 [#1048](https://github.com/openfisca/openfisca-core/pull/1048) #### Bug fix diff --git a/setup.py b/setup.py index 4257692736..33339559ab 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ setup( name = 'OpenFisca-Core', - version = '35.5.2', + version = '35.6.0', author = 'OpenFisca Team', author_email = 'contact@openfisca.org', classifiers = [