From 78b7729abacfa46a6147e602a62d0c37f6a5b29b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sun, 14 Apr 2019 22:22:53 +0000 Subject: [PATCH 1/2] Bump autopep8 from 1.4.3 to 1.4.4 Bumps [autopep8](https://github.com/hhatto/autopep8) from 1.4.3 to 1.4.4. - [Release notes](https://github.com/hhatto/autopep8/releases) - [Commits](https://github.com/hhatto/autopep8/compare/v1.4.3...v1.4.4) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bcefd65f..985e3b84 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ ], extras_require = { "dev": [ - "autopep8 ==1.4.3", + "autopep8 ==1.4.4", "flake8 >=3.5.0,<3.8.0", "flake8-print", "pycodestyle >=2.3.0,<2.6.0", # To avoid incompatibility with flake From 31508138e68415b283694c981a829c4228a321a4 Mon Sep 17 00:00:00 2001 From: Laurent Bossavit Date: Mon, 15 Apr 2019 10:12:19 +0200 Subject: [PATCH 2/2] Bump version number --- CHANGELOG.md | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbf268cb..59d6053c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### 3.9.4 - [#75](https://github.com/openfisca/country-template/pull/75) + +* Minor change. +* Details: + - Upgrade `autopep8` + ### 3.9.3 - [#73](https://github.com/openfisca/country-template/pull/73) * Minor change. diff --git a/setup.py b/setup.py index 985e3b84..bffd3302 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name = "OpenFisca-Country-Template", - version = "3.9.3", + version = "3.9.4", author = "OpenFisca Team", author_email = "contact@openfisca.org", classifiers=[