We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 449d38f + 63c1716 commit aca9f75Copy full SHA for aca9f75
CHANGES.rst
@@ -3,10 +3,10 @@
3
Version 8.1.5
4
-------------
5
6
-Unreleased
+Released 2023-07-13
7
8
-- Fix type hints for ``@click.command()`` and ``@click.option()``. Introduce typing
9
- tests. :issue:`2558`
+- Fix an issue with type hints for ``@click.command()``, ``@click.option()``, and
+ other decorators. Introduce typing tests. :issue:`2558`
10
11
12
Version 8.1.4
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.5.dev"
+__version__ = "8.1.5"
0 commit comments