Skip to content

Commit 45b96fd

Browse files
Preparing release 2.0.0 (#431)
Co-authored-by: Pierre Glaser <[email protected]>
1 parent 1938572 commit 45b96fd

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

CHANGES.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
1-
1.7.0 (in development)
2-
======================
3-
4-
dev
5-
===
1+
2.0.0
2+
=====
63

74
- Python 3.5 is no longer supported.
85

9-
- Support for registering modules to be serialised by value. This will
10-
allow for code defined in local modules to be serialised and executed
11-
remotely without those local modules installed on the remote machine.
6+
- Support for registering modules to be serialised by value. This allows code
7+
defined in local modules to be serialised and executed remotely without those
8+
local modules installed on the remote machine.
129
([PR #417](https://github.com/cloudpipe/cloudpickle/pull/417))
1310

1411
- Fix a side effect altering dynamic modules at pickling time.
1512
([PR #426](https://github.com/cloudpipe/cloudpickle/pull/426))
13+
1614
- Support for pickling type annotations on Python 3.10 as per [PEP 563](
1715
https://www.python.org/dev/peps/pep-0563/)
1816
([PR #400](https://github.com/cloudpipe/cloudpickle/pull/400))

cloudpickle/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
# expose their Pickler subclass at top-level under the "Pickler" name.
99
Pickler = CloudPickler
1010

11-
__version__ = '1.7.0dev0'
11+
__version__ = '2.0.0'

0 commit comments

Comments
 (0)