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 8640699 commit 667eac8Copy full SHA for 667eac8
CHANGES.rst
@@ -3,7 +3,7 @@
3
Version 8.0.4
4
-------------
5
6
-Unreleased
+Released 2022-02-18
7
8
- ``open_file`` recognizes ``Path("-")`` as a standard stream, the
9
same as the string ``"-"``. :issue:`2106`
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.0.3"
+__version__ = "8.0.4"
0 commit comments