From c168a171c5b1bc5064254d936e0f2f182d879d9a Mon Sep 17 00:00:00 2001 From: Mauko Quiroga Date: Wed, 29 Sep 2021 15:58:52 +0200 Subject: [PATCH] Bump patch to 35.5.3 --- CHANGELOG.md | 11 +++++++++++ setup.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fcb535f9a..395ec27291 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +### 35.5.3 [#1055](https://github.com/openfisca/openfisca-core/pull/1055) + +#### Documentation + +- Complete the documentation of the commons module + +#### Dependencies + +- `darglint`, `flake8-docstrings`, & `pylint` + - For automatic docstring linting & validation. + ### 35.5.2 [#1048](https://github.com/openfisca/openfisca-core/pull/1048) #### Bug fix diff --git a/setup.py b/setup.py index d3e3186f28..dec6f2bcf6 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ setup( name = 'OpenFisca-Core', - version = '35.5.2', + version = '35.5.3', author = 'OpenFisca Team', author_email = 'contact@openfisca.org', classifiers = [