From 8e8efe4897aa4200aec2b9f052cb1d2669464b21 Mon Sep 17 00:00:00 2001 From: Mauko Quiroga Date: Mon, 20 Sep 2021 00:37:49 +0200 Subject: [PATCH] Bump patch to 35.5.4 --- CHANGELOG.md | 11 +++++++++++ setup.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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 = [