Skip to content

Commit c1f9392

Browse files
authored
Merge pull request #92 from jakirkham/release_0.3.0_tweaks
Release 0.3.0 tweaks
2 parents fb211a9 + 9c46111 commit c1f9392

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
0.3.0
2+
=====
3+
4+
* Import submodules accessed by pickled functions
5+
* Support recursive functions inside closures
6+
* Fix `ResourceWarnings` and `DeprecationWarnings`
7+
* Assume modules with `__file__` attribute are not dynamic
8+
19
0.2.2
210
=====
311

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.2.2'
5+
__version__ = '0.3.0'

0 commit comments

Comments
 (0)