We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c23223b commit 934813eCopy full SHA for 934813e
CHANGES.rst
@@ -3,7 +3,7 @@
3
Version 8.1.8
4
-------------
5
6
-Unreleased
+Released 2024-12-19
7
8
- Fix an issue with type hints for ``click.open_file()``. :issue:`2717`
9
- Fix issue where error message for invalid ``click.Path`` displays on
src/click/__init__.py
@@ -72,4 +72,4 @@
72
from .utils import get_text_stream as get_text_stream
73
from .utils import open_file as open_file
74
75
-__version__ = "8.1.7"
+__version__ = "8.1.8"
0 commit comments