diff --git a/CHANGELOG.md b/CHANGELOG.md index fed09d73c6..f6a7f9b5dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +### 35.5.4 [#1033](https://github.com/openfisca/openfisca-core/pull/1033) + +#### Bug Fixes + +- Fix doctests of the commons module + +#### Dependencies + +- `darglint`, `flake8-docstrings`, & `pylint` + - For automatic docstring linting & validation. + ### 35.5.3 [#1020](https://github.com/openfisca/openfisca-core/pull/1020) #### Technical changes diff --git a/setup.py b/setup.py index dec6f2bcf6..66b49c1377 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ setup( name = 'OpenFisca-Core', - version = '35.5.3', + version = '35.5.4', author = 'OpenFisca Team', author_email = 'contact@openfisca.org', classifiers = [