diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2015-01-04 14:49:07 -0600 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2015-01-04 14:49:07 -0600 |
| commit | 2f577791db7206e54677dee4482cc065d39aa91e (patch) | |
| tree | 5335c1d748d275154abee721a374ce85b5ef0ad0 | |
| parent | b4f9f8e8ae853984102969cf39868eb2697457c9 (diff) | |
| download | flake8-2.3.0.tar.gz | |
Bump version to 2.3.0 and update changelog2.3.0
| -rw-r--r-- | CHANGES.rst | 11 | ||||
| -rw-r--r-- | flake8/__init__.py | 2 |
2 files changed, 12 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index a28651a..19f723d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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 ------------------ diff --git a/flake8/__init__.py b/flake8/__init__.py index 3db1b9f..8219039 100644 --- a/flake8/__init__.py +++ b/flake8/__init__.py @@ -1 +1 @@ -__version__ = '2.2.5' +__version__ = '2.3.0' |
