We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ff6f3f commit 41814eeCopy full SHA for 41814ee
CHANGES.md
@@ -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
7
0.4.3
8
=====
9
cloudpickle/__init__.py
@@ -2,4 +2,4 @@
from cloudpickle.cloudpickle import *
-__version__ = '0.4.3'
+__version__ = '0.4.4'
setup.py
@@ -8,7 +8,7 @@
dist = setup(
10
name='cloudpickle',
11
- version='0.4.3',
+ version='0.4.4',
12
description='Extended pickling support for Python objects',
13
author='Cloudpipe',
14
author_email='cloudpipe@googlegroups.com',
0 commit comments