Skip to content

Commit

Permalink
release version 8.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Jul 13, 2023
1 parent 449d38f commit 63c1716
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
Version 8.1.5
-------------

Unreleased
Released 2023-07-13

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


Version 8.1.4
Expand Down
2 changes: 1 addition & 1 deletion src/click/__init__.py
Original file line number Diff line number Diff line change
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.5.dev"
__version__ = "8.1.5"

0 comments on commit 63c1716

Please sign in to comment.