From 3bf761be5802c726d869702d9fe9592581f4f0f1 Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Tue, 14 Jun 2016 09:07:13 -0500 Subject: [PATCH] Release v2.5.5 --- CHANGES.rst | 8 ++++++++ flake8/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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'