Skip to content

Commit

Permalink
cloudpickle 3.1.0 release (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreglaser authored Oct 11, 2024
1 parent b3bac2c commit d1e1cb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
3.1.0 (in development)
======================
3.1.0
=====

- Some improvements to make cloudpickle more deterministic when pickling
dynamic functions and classes, in particular with CPython 3.13.
Expand Down
2 changes: 1 addition & 1 deletion cloudpickle/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

__doc__ = cloudpickle.__doc__

__version__ = "3.1.0.dev0"
__version__ = "3.1.0"

__all__ = [ # noqa
"__version__",
Expand Down

0 comments on commit d1e1cb4

Please sign in to comment.