Skip to content

Commit d1e1cb4

Browse files
authored
cloudpickle 3.1.0 release (#542)
1 parent b3bac2c commit d1e1cb4

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.1.0 (in development)
2-
======================
1+
3.1.0
2+
=====
33

44
- Some improvements to make cloudpickle more deterministic when pickling
55
dynamic functions and classes, in particular with CPython 3.13.

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.1.0.dev0"
6+
__version__ = "3.1.0"
77

88
__all__ = [ # noqa
99
"__version__",

0 commit comments

Comments
 (0)