Bump version to 2.3.0 and update changelog

This commit is contained in:
Ian Cordasco 2015-01-04 14:49:07 -06:00
parent b4f9f8e8ae
commit 2f577791db
2 changed files with 12 additions and 1 deletions

View file

@ -1,6 +1,17 @@
CHANGES
=======
2.3.0 - 2015-01-04
------------------
- **Feature**: Add ``--output-file`` option to specify a file to write to
instead of ``stdout``.
- **Bug** Fix interleaving of output while using multiprocessing
(`GitLab#17`_)
.. _GitLab#17: https://gitlab.com/pycqa/flake8/issues/17
2.2.5 - 2014-10-19
------------------

View file

@ -1 +1 @@
__version__ = '2.2.5'
__version__ = '2.3.0'