diff --git a/CHANGELOG.md b/CHANGELOG.md index 109e9ac19..75fdd9ed3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +### 41.5.3 [#1218](https://github.com/openfisca/openfisca-core/pull/1218) + +#### Technical changes + +- Fix `flake8` doc linting: + - Add format "google" + - Fix per-file skips +- Fix failing lints + ### 41.5.2 [#1217](https://github.com/openfisca/openfisca-core/pull/1217) #### Technical changes diff --git a/setup.py b/setup.py index b7e5841d9..e822e138b 100644 --- a/setup.py +++ b/setup.py @@ -67,7 +67,7 @@ setup( name="OpenFisca-Core", - version="41.5.2", + version="41.5.3", author="OpenFisca Team", author_email="contact@openfisca.org", classifiers=[