Skip to content

Commit aca9f75

Browse files
authored
release version 8.1.5 (#2564)
2 parents 449d38f + 63c1716 commit aca9f75

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGES.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
Version 8.1.5
44
-------------
55

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

8-
- Fix type hints for ``@click.command()`` and ``@click.option()``. Introduce typing
9-
tests. :issue:`2558`
8+
- Fix an issue with type hints for ``@click.command()``, ``@click.option()``, and
9+
other decorators. Introduce typing tests. :issue:`2558`
1010

1111

1212
Version 8.1.4

src/click/__init__.py

Lines changed: 1 addition & 1 deletion
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.5.dev"
73+
__version__ = "8.1.5"

0 commit comments

Comments
 (0)