Skip to content

Commit

Permalink
Bump version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin committed Jan 2, 2017
1 parent 7be7d05 commit 72de40b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
@@ -1,3 +1,10 @@
0.2.2
=====

* Support Python 3.6
* Support Tornado Coroutines
* Support builtin methods

0.2.1
=====

Expand Down
2 changes: 1 addition & 1 deletion cloudpickle/__init__.py
Expand Up @@ -2,4 +2,4 @@

from cloudpickle.cloudpickle import *

__version__ = '0.2.1'
__version__ = '0.2.2'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -8,7 +8,7 @@

dist = setup(
name='cloudpickle',
version='0.2.1',
version='0.2.2',
description='Extended pickling support for Python objects',
author='Cloudpipe',
author_email='cloudpipe@googlegroups.com',
Expand Down

0 comments on commit 72de40b

Please sign in to comment.