Skip to content

Commit

Permalink
release version 8.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBackx committed Dec 19, 2024
1 parent c23223b commit 934813e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Version 8.1.8
-------------

Unreleased
Released 2024-12-19

- Fix an issue with type hints for ``click.open_file()``. :issue:`2717`
- Fix issue where error message for invalid ``click.Path`` displays on
Expand Down
2 changes: 1 addition & 1 deletion src/click/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@
from .utils import get_text_stream as get_text_stream
from .utils import open_file as open_file

__version__ = "8.1.7"
__version__ = "8.1.8"

0 comments on commit 934813e

Please sign in to comment.