Skip to content

Commit

Permalink
Merge pull request #75 from openfisca/dependabot/pip/autopep8-1.4.4
Browse files Browse the repository at this point in the history
Bump autopep8 from 1.4.3 to 1.4.4
  • Loading branch information
Morendil authored Apr 15, 2019
2 parents 4fb1d6b + 3150813 commit 571fccf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand All @@ -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
Expand Down

0 comments on commit 571fccf

Please sign in to comment.