summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2022-02-18 12:30:20 -0800
committerGitHub <noreply@github.com>2022-02-18 12:30:20 -0800
commitbf1a6d4956cbbbfd0a6f4dd6310c8110cf89f7fe (patch)
tree0535e5ddd760a528ff085db148d64177b81ec9a1
parent8640699a747d6944d80e79e3351a98a661acd2c7 (diff)
parent667eac859a7aec1ee6fd8800d5d24c2b2fe382a1 (diff)
downloadclick-8.0.x.tar.gz
Merge pull request #2197 from pallets/release-8.0.48.0.48.0.x
release version 8.0.4
-rw-r--r--CHANGES.rst2
-rw-r--r--src/click/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index d02c3e9..2a8da70 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 a2ed5d1..35176c7 100644
--- a/src/click/__init__.py
+++ b/src/click/__init__.py
@@ -72,4 +72,4 @@ from .utils import get_os_args as get_os_args
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"