summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.rst2
-rw-r--r--src/click/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index a0a6e2b..9f0ae96 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 5b8e0df..9e0afb2 100644
--- a/src/click/__init__.py
+++ b/src/click/__init__.py
@@ -72,4 +72,4 @@ from .utils import get_os_args as get_os_args
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"