diff --git a/CHANGES.rst b/CHANGES.rst index d02c3e952..2a8da7012 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,7 +3,7 @@ Version 8.0.4 ------------- -Unreleased +Released 2022-02-18 - ``open_file`` recognizes ``Path("-")`` as a standard stream, the same as the string ``"-"``. :issue:`2106` diff --git a/src/click/__init__.py b/src/click/__init__.py index a2ed5d135..35176c73e 100644 --- a/src/click/__init__.py +++ b/src/click/__init__.py @@ -72,4 +72,4 @@ from .utils import get_text_stream as get_text_stream from .utils import open_file as open_file -__version__ = "8.0.3" +__version__ = "8.0.4"