Skip to content

Commit

Permalink
MAINT prepare bugfix release 3.1.1 (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
ogrisel authored Jan 14, 2025
1 parent e3f213a commit ff54d93
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
In development
==============

3.1.1
=====

- Various fixes to support for Python 3.14 ([PR #545](
https://github.com/cloudpipe/cloudpickle/pull/545)).

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.2.0.dev0"
__version__ = "3.1.1"

__all__ = [ # noqa
"__version__",
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ classifiers = [
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
'Programming Language :: Python :: 3.14',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development :: Libraries :: Python Modules',
Expand Down

0 comments on commit ff54d93

Please sign in to comment.