Skip to content

Commit ff54d93

Browse files
authored
MAINT prepare bugfix release 3.1.1 (#553)
1 parent e3f213a commit ff54d93

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

CHANGES.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
In development
22
==============
33

4+
3.1.1
5+
=====
6+
47
- Various fixes to support for Python 3.14 ([PR #545](
58
https://github.com/cloudpipe/cloudpickle/pull/545)).
69

cloudpickle/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
__doc__ = cloudpickle.__doc__
55

6-
__version__ = "3.2.0.dev0"
6+
__version__ = "3.1.1"
77

88
__all__ = [ # noqa
99
"__version__",

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ classifiers = [
2323
'Programming Language :: Python :: 3.11',
2424
'Programming Language :: Python :: 3.12',
2525
'Programming Language :: Python :: 3.13',
26+
'Programming Language :: Python :: 3.14',
2627
'Programming Language :: Python :: Implementation :: CPython',
2728
'Programming Language :: Python :: Implementation :: PyPy',
2829
'Topic :: Software Development :: Libraries :: Python Modules',

0 commit comments

Comments
 (0)