summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2021-10-10 11:04:49 -0700
committerDavid Lord <davidism@gmail.com>2021-10-10 11:04:49 -0700
commit90fb9f50b08ca10494d5b05fcc7f0943d258f7f0 (patch)
treea19acc3d2dfc20be0247d5df124fc31eebe4c405
parentba0e9dd535b55166f6fe958863c51dd464caa9c4 (diff)
downloadclick-90fb9f50b08ca10494d5b05fcc7f0943d258f7f0.tar.gz
release version 8.0.3
-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 f7a5c6e..b65e91d 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -3,7 +3,7 @@
Version 8.0.3
-------------
-Unreleased
+Released 2021-10-10
- Fix issue with ``Path(resolve_path=True)`` type creating invalid
paths. :issue:`2088`
diff --git a/src/click/__init__.py b/src/click/__init__.py
index 478e744..a2ed5d1 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.2"
+__version__ = "8.0.3"