mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-08 14:04:16 +00:00
Bump version to 2.3.0 and update changelog
This commit is contained in:
parent
b4f9f8e8ae
commit
2f577791db
2 changed files with 12 additions and 1 deletions
11
CHANGES.rst
11
CHANGES.rst
|
|
@ -1,6 +1,17 @@
|
||||||
CHANGES
|
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
|
2.2.5 - 2014-10-19
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
__version__ = '2.2.5'
|
__version__ = '2.3.0'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue