Skip to content

Commit 41f5b7a

Browse files
authored
Merge pull request pallets#2096 from pallets/release-8.0.3
release version 8.0.3
2 parents ba0e9dd + 90fb9f5 commit 41f5b7a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Version 8.0.3
44
-------------
55

6-
Unreleased
6+
Released 2021-10-10
77

88
- Fix issue with ``Path(resolve_path=True)`` type creating invalid
99
paths. :issue:`2088`

src/click/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@
7272
from .utils import get_text_stream as get_text_stream
7373
from .utils import open_file as open_file
7474

75-
__version__ = "8.0.2"
75+
__version__ = "8.0.3"

0 commit comments

Comments
 (0)