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 b3bac2c commit d1e1cb4Copy full SHA for d1e1cb4
CHANGES.md
@@ -1,5 +1,5 @@
1
-3.1.0 (in development)
2
-======================
+3.1.0
+=====
3
4
- Some improvements to make cloudpickle more deterministic when pickling
5
dynamic functions and classes, in particular with CPython 3.13.
cloudpickle/__init__.py
@@ -3,7 +3,7 @@
__doc__ = cloudpickle.__doc__
6
-__version__ = "3.1.0.dev0"
+__version__ = "3.1.0"
7
8
__all__ = [ # noqa
9
"__version__",
0 commit comments