summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2022-03-30 13:07:09 -0700
committerDavid Lord <davidism@gmail.com>2022-03-30 13:10:55 -0700
commit3c301ebacbfe8ec7dc3d9d46ebf517082a8ee4b1 (patch)
tree4294f145cd9acd01ec8cf319a78950a38bbb731c
parentd5741a2ca2ebc21d525c903f628b1bebad75b735 (diff)
downloadclick-3c301ebacbfe8ec7dc3d9d46ebf517082a8ee4b1.tar.gz
release version 8.1.1
-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"