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.
1 parent 6e1f6d3 commit 874ca2bCopy full SHA for 874ca2b
CHANGES.rst
@@ -3,7 +3,7 @@
3
Version 8.1.7
4
-------------
5
6
-Unreleased
+Released 2023-08-17
7
8
- Fix issue with regex flags in shell completion. :issue:`2581`
9
- Bash version detection issues a warning instead of an error. :issue:`2574`
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.7.dev"
+__version__ = "8.1.7"
0 commit comments