Bump version and track changes for 2.6.0

This commit is contained in:
Ian Cordasco 2016-06-15 11:45:54 -05:00
parent 7bed004c06
commit 874d9f9e8c
No known key found for this signature in database
GPG key ID: 656D3395E4A9791A
2 changed files with 17 additions and 1 deletions

View file

@ -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
------------------

View file

@ -1 +1 @@
__version__ = '2.5.5'
__version__ = '2.6.0'