summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2016-06-14 09:07:13 -0500
committerIan Cordasco <graffatcolmingov@gmail.com>2016-06-14 09:07:13 -0500
commit3bf761be5802c726d869702d9fe9592581f4f0f1 (patch)
tree44a773906c835d0d7d14835bce18e809c2fc6c6d
parent16686132c12dd22fd664bd117d99a976cd9874f2 (diff)
downloadflake8-2.5.5.tar.gz
Release v2.5.52.5.5
-rw-r--r--CHANGES.rst8
-rw-r--r--flake8/__init__.py2
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'