We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a15373 commit 3793f5bCopy full SHA for 3793f5b
CHANGES.rst
@@ -3,7 +3,7 @@
3
Version 8.1.6
4
-------------
5
6
-Unreleased
+Released 2023-07-18
7
8
- Fix an issue with type hints for ``@click.group()``. :issue:`2558`
9
src/click/__init__.py
@@ -70,4 +70,4 @@
70
from .utils import get_text_stream as get_text_stream
71
from .utils import open_file as open_file
72
73
-__version__ = "8.1.6.dev"
+__version__ = "8.1.6"
0 commit comments