diff --git a/CHANGES.rst b/CHANGES.rst index c71eb29..9f6473c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,22 @@ CHANGES ======= +2.6.0 - 2016-06-xx +------------------ + +- **Requirements Change** Switch to pycodestyle as all future pep8 releases + will use that package name + +- **Improvement** Allow for Windows users on *select* versions of Python to + use ``--jobs`` and multiprocessing + +- **Improvement** Update bounds on McCabe (todo) + +- **Improvement** Update bounds on PyFlakes and blacklist known broken + versions + +- **Improvement** Handle new PyFlakes warning with a new error code: F405 + 2.5.5 - 2016-06-14 ------------------ diff --git a/flake8/__init__.py b/flake8/__init__.py index 2e0d187..f0e5e1e 100644 --- a/flake8/__init__.py +++ b/flake8/__init__.py @@ -1 +1 @@ -__version__ = '2.5.5' +__version__ = '2.6.0'