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 c4f464f..eecc89b 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -3,7 +3,7 @@
Version 8.1.1
-------------
-Unreleased
+Released 2022-03-30
- Fix an issue with decorator typing that caused type checking to
report that a command was not callable. :issue:`2227`
diff --git a/src/click/__init__.py b/src/click/__init__.py
index f2813b8..3e8ca4f 100644
--- a/src/click/__init__.py
+++ b/src/click/__init__.py
@@ -70,4 +70,4 @@ from .utils import get_binary_stream as get_binary_stream
from .utils import get_text_stream as get_text_stream
from .utils import open_file as open_file
-__version__ = "8.1.1.dev0"
+__version__ = "8.1.1"