Skip to content

Commit

Permalink
[BRANCH-0.4.x] Release 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
HyukjinKwon authored and rgbkrk committed Feb 12, 2018
1 parent d719f11 commit 618f632
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Expand Up @@ -5,6 +5,9 @@
reference to a dynamically defined class from the `__main__` module.
([issue #131]( https://github.com/cloudpipe/cloudpickle/issues/131)).

- Fixed a crash in Python 2 when serializing non-hashable instancemethods of built-in
types. ([issue #144](https://github.com/cloudpipe/cloudpickle/issues/144))

0.4.2
=====

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

from cloudpickle.cloudpickle import *

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

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

0 comments on commit 618f632

Please sign in to comment.