mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 02:46:52 +00:00
Prepare for v2.2.1
This commit is contained in:
parent
a0e3f364b1
commit
8a0ac48df6
2 changed files with 7 additions and 1 deletions
|
|
@ -1,6 +1,12 @@
|
|||
CHANGES
|
||||
=======
|
||||
|
||||
2.2.1 - 2014-06-30
|
||||
------------------
|
||||
|
||||
- Turn off multiple jobs by default. To enable automatic use of all CPUs, use
|
||||
``--jobs=auto``. Fixes #155 and #154.
|
||||
|
||||
2.2.0 - 2014-06-22
|
||||
------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = '2.2.0'
|
||||
__version__ = '2.2.1'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue