Skip to content

Commit

Permalink
Prepare the 3.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ogrisel committed Oct 13, 2023
1 parent 6ab381f commit 21f1445
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.0.0 (development)
===================
3.0.0
=====

- Officially support Python 3.12 and drop support for Python 3.6 and 3.7.
Dropping support for older Python versions made it possible to simplify the
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.0.0.dev0"
__version__ = "3.0.0"

__all__ = [ # noqa
"__version__",
Expand Down

0 comments on commit 21f1445

Please sign in to comment.