Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
but is no longer officially supported by cloudpickle)
([issue #276](https://github.com/cloudpipe/cloudpickle/pull/276))

- Internal refactoring of the pickling logic to make the code more predictable.
This refactoring also yielded small performance improvements (~10%)
([issue #273](https://github.com/cloudpipe/cloudpickle/pull/273))

1.1.1
=====

Expand Down
2 changes: 1 addition & 1 deletion cloudpickle/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

from cloudpickle.cloudpickle import *

__version__ = '1.1.1'
__version__ = '1.2.0.dev0'