Bump version for 2.6.1

This commit is contained in:
Ian Cordasco 2016-06-25 11:37:24 -05:00
parent fe8c59c113
commit 9308910893
No known key found for this signature in database
GPG key ID: 656D3395E4A9791A
2 changed files with 8 additions and 1 deletions

View file

@ -1,6 +1,13 @@
CHANGES
=======
2.6.1 - 2016-06-25
------------------
- **Bug** Update the config files to search for to include ``setup.cfg`` and
``tox.ini``. This was broken in 2.5.5 when we stopped passing
``config_file`` to our Style Guide
2.6.0 - 2016-06-15
------------------

View file

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