Skip to content

Commit 618f632

Browse files
HyukjinKwonrgbkrk
authored andcommitted
[BRANCH-0.4.x] Release 0.4.3
1 parent d719f11 commit 618f632

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGES.md

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
reference to a dynamically defined class from the `__main__` module.
66
([issue #131]( https://github.com/cloudpipe/cloudpickle/issues/131)).
77

8+
- Fixed a crash in Python 2 when serializing non-hashable instancemethods of built-in
9+
types. ([issue #144](https://github.com/cloudpipe/cloudpickle/issues/144))
10+
811
0.4.2
912
=====
1013

cloudpickle/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
from cloudpickle.cloudpickle import *
44

5-
__version__ = '0.4.1'
5+
__version__ = '0.4.3'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
dist = setup(
1010
name='cloudpickle',
11-
version='0.4.2',
11+
version='0.4.3',
1212
description='Extended pickling support for Python objects',
1313
author='Cloudpipe',
1414
author_email='[email protected]',

0 commit comments

Comments
 (0)