From 667eac859a7aec1ee6fd8800d5d24c2b2fe382a1 Mon Sep 17 00:00:00 2001 From: David Lord Date: Fri, 18 Feb 2022 12:27:49 -0800 Subject: [PATCH] release version 8.0.4 --- CHANGES.rst | 2 +- src/click/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"