Skip to content

Commit 41814ee

Browse files
HyukjinKwonrgbkrk
authored andcommitted
Release 0.4.4
1 parent 4ff6f3f commit 41814ee

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.4.4
2+
=====
3+
4+
- `logging.RootLogger` can be also pickled
5+
([PR #160](https://github.com/cloudpipe/cloudpickle/pull/160)).
6+
17
0.4.3
28
=====
39

cloudpickle/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
from cloudpickle.cloudpickle import *
44

5-
__version__ = '0.4.3'
5+
__version__ = '0.4.4'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

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

0 commit comments

Comments
 (0)