Skip to content

Commit f1298d2

Browse files
committed
release 1.5.0
1 parent 2ca63e9 commit f1298d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
1.5.0 (in development)
2-
======================
1+
1.5.0
2+
=====
33

44
- Fix a bug causing cloudpickle to crash when pickling dynamically created,
55
importable modules.

cloudpickle/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
from cloudpickle.cloudpickle import * # noqa
55
from cloudpickle.cloudpickle_fast import CloudPickler, dumps, dump # noqa
66

7-
__version__ = '1.5.0dev0'
7+
__version__ = '1.5.0'

0 commit comments

Comments
 (0)