Skip to content

Commit 934813e

Browse files
committed
release version 8.1.8
1 parent c23223b commit 934813e

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.8
44
-------------
55

6-
Unreleased
6+
Released 2024-12-19
77

88
- Fix an issue with type hints for ``click.open_file()``. :issue:`2717`
99
- Fix issue where error message for invalid ``click.Path`` displays on

src/click/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@
7272
from .utils import get_text_stream as get_text_stream
7373
from .utils import open_file as open_file
7474

75-
__version__ = "8.1.7"
75+
__version__ = "8.1.8"

0 commit comments

Comments
 (0)