Skip to content

Commit 21f1445

Browse files
committed
Prepare the 3.0.0 release
1 parent 6ab381f commit 21f1445

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
3.0.0 (development)
2-
===================
1+
3.0.0
2+
=====
33

44
- Officially support Python 3.12 and drop support for Python 3.6 and 3.7.
55
Dropping support for older Python versions made it possible to simplify the

cloudpickle/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
__doc__ = cloudpickle.__doc__
55

6-
__version__ = "3.0.0.dev0"
6+
__version__ = "3.0.0"
77

88
__all__ = [ # noqa
99
"__version__",

0 commit comments

Comments
 (0)