mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 18:56:53 +00:00
Bump version and track changes for 2.6.0
This commit is contained in:
parent
7bed004c06
commit
874d9f9e8c
2 changed files with 17 additions and 1 deletions
16
CHANGES.rst
16
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
|
||||
------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = '2.5.5'
|
||||
__version__ = '2.6.0'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue