diff --git a/CHANGES.rst b/CHANGES.rst index a0a6e2bac..9f0ae9636 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,7 +3,7 @@ Version 8.0.1 ------------- -Unreleased +Released 2021-05-19 - Mark top-level names as exported so type checking understand imports in user projects. :issue:`1879` diff --git a/src/click/__init__.py b/src/click/__init__.py index 5b8e0dfc7..9e0afb230 100644 --- a/src/click/__init__.py +++ b/src/click/__init__.py @@ -72,4 +72,4 @@ from .utils import get_text_stream as get_text_stream from .utils import open_file as open_file -__version__ = "8.0.1.dev0" +__version__ = "8.0.1"