diff --git a/CHANGES.rst b/CHANGES.rst index d5705f711..48f27bb74 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,9 +1,9 @@ .. currentmodule:: click -Version 8.0 ------------ +Version 8.0.0 +------------- -Unreleased +Released 2021-05-11 - Drop support for Python 2 and 3.5. - Colorama is always installed on Windows in order to provide style diff --git a/src/click/__init__.py b/src/click/__init__.py index a22d24eb6..ca45e1619 100644 --- a/src/click/__init__.py +++ b/src/click/__init__.py @@ -72,4 +72,4 @@ from .utils import get_text_stream from .utils import open_file -__version__ = "8.0.0rc1" +__version__ = "8.0.0"