From 21f1445609599bcf89abb557105216d46982288e Mon Sep 17 00:00:00 2001 From: Olivier Grisel Date: Fri, 13 Oct 2023 14:02:26 +0200 Subject: [PATCH] Prepare the 3.0.0 release --- CHANGES.md | 4 ++-- cloudpickle/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 387b1cdf..e9d3f45f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/cloudpickle/__init__.py b/cloudpickle/__init__.py index 1ef21530..58a8d086 100644 --- a/cloudpickle/__init__.py +++ b/cloudpickle/__init__.py @@ -3,7 +3,7 @@ __doc__ = cloudpickle.__doc__ -__version__ = "3.0.0.dev0" +__version__ = "3.0.0" __all__ = [ # noqa "__version__",