Skip to content

Commit

Permalink
Release 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
HyukjinKwon authored and rgbkrk committed May 14, 2018
1 parent 4ff6f3f commit 41814ee
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
@@ -1,3 +1,9 @@
0.4.4
=====

- `logging.RootLogger` can be also pickled
([PR #160](https://github.com/cloudpipe/cloudpickle/pull/160)).

0.4.3
=====

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

from cloudpickle.cloudpickle import *

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

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

0 comments on commit 41814ee

Please sign in to comment.