Prepare for v2.2.1

This commit is contained in:
Ian Cordasco 2014-06-30 08:49:44 -05:00
parent a0e3f364b1
commit 8a0ac48df6
2 changed files with 7 additions and 1 deletions

View file

@ -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
------------------

View file

@ -1 +1 @@
__version__ = '2.2.0'
__version__ = '2.2.1'