We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a0e12d commit d50bd11Copy full SHA for d50bd11
CHANGES.md
@@ -1,5 +1,5 @@
1
-2.1.0 (in development)
2
-======================
+2.1.0
+=====
3
4
- Support for pickling `abc.abstractproperty`, `abc.abstractclassmethod`,
5
and `abc.abstractstaticmethod`.
cloudpickle/__init__.py
@@ -5,4 +5,4 @@
# expose their Pickler subclass at top-level under the "Pickler" name.
6
Pickler = CloudPickler
7
8
-__version__ = '2.1.0.dev0'
+__version__ = '2.1.0'
0 commit comments