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 a69b92d commit 162af78Copy full SHA for 162af78
CHANGES.md
@@ -1,6 +1,11 @@
1
-1.4.0 (in development)
+1.4.1 (in development)
2
======================
3
4
+
5
6
+1.4.0
7
+=====
8
9
**This version requires Python 3.5 or later**
10
11
- cloudpickle can now all pickle all constructs from the ``typing`` module
cloudpickle/__init__.py
@@ -8,4 +8,4 @@
if sys.version_info[:2] >= (3, 8):
from cloudpickle.cloudpickle_fast import CloudPickler, dumps, dump
-__version__ = '1.4.0'
+__version__ = '1.4.1.dev0'
0 commit comments