Skip to content

Commit 3793f5b

Browse files
committed
release version 8.1.6
1 parent 1a15373 commit 3793f5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Version 8.1.6
44
-------------
55

6-
Unreleased
6+
Released 2023-07-18
77

88
- Fix an issue with type hints for ``@click.group()``. :issue:`2558`
99

src/click/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@
7070
from .utils import get_text_stream as get_text_stream
7171
from .utils import open_file as open_file
7272

73-
__version__ = "8.1.6.dev"
73+
__version__ = "8.1.6"

0 commit comments

Comments
 (0)