diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-06-14 09:07:13 -0500 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-06-14 09:07:13 -0500 |
| commit | 3bf761be5802c726d869702d9fe9592581f4f0f1 (patch) | |
| tree | 44a773906c835d0d7d14835bce18e809c2fc6c6d | |
| parent | 16686132c12dd22fd664bd117d99a976cd9874f2 (diff) | |
| download | flake8-2.5.5.tar.gz | |
Release v2.5.52.5.5
| -rw-r--r-- | CHANGES.rst | 8 | ||||
| -rw-r--r-- | flake8/__init__.py | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 47ef27f..c71eb29 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,14 @@ CHANGES ======= +2.5.5 - 2016-06-14 +------------------ + +- **Bug** Fix setuptools integration when parsing config files + +- **Bug** Don't pass the user's config path as the config_file when creating a + StyleGuide + 2.5.4 - 2016-02-11 ------------------ diff --git a/flake8/__init__.py b/flake8/__init__.py index 36dc058..2e0d187 100644 --- a/flake8/__init__.py +++ b/flake8/__init__.py @@ -1 +1 @@ -__version__ = '2.5.4' +__version__ = '2.5.5' |
