Skip to content

Commit 162af78

Browse files
committed
MAINT back to dev mode for 1.4.1
1 parent a69b92d commit 162af78

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGES.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
1.4.0 (in development)
1+
1.4.1 (in development)
22
======================
33

4+
5+
6+
1.4.0
7+
=====
8+
49
**This version requires Python 3.5 or later**
510

611
- cloudpickle can now all pickle all constructs from the ``typing`` module

cloudpickle/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
if sys.version_info[:2] >= (3, 8):
99
from cloudpickle.cloudpickle_fast import CloudPickler, dumps, dump
1010

11-
__version__ = '1.4.0'
11+
__version__ = '1.4.1.dev0'

0 commit comments

Comments
 (0)