Skip to content

Commit

Permalink
Merge pull request #2234 from pallets/release-8.1.1
Browse files Browse the repository at this point in the history
release version 8.1.1
  • Loading branch information
davidism committed Mar 30, 2022
2 parents d5741a2 + 3c301eb commit a41e349
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion src/click/__init__.py
Expand Up @@ -70,4 +70,4 @@
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"

0 comments on commit a41e349

Please sign in to comment.