% git show --pretty=raw b531caa26c10faa10e3b7a727624b98a579aa6a7 commit b531caa26c10faa10e3b7a727624b98a579aa6a7 tree 44a773906c835d0d7d14835bce18e809c2fc6c6d parent 16686132c12dd22fd664bd117d99a976cd9874f2 author Ian Cordasco 1465913233 -0500 committer Ian Cordasco 1465913233 -0500 Release v2.5.5 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'