diff --git a/CHANGES.rst b/CHANGES.rst index f7a5c6ef9..b65e91df4 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 478e744ba..a2ed5d135 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.2" +__version__ = "8.0.3"