Skip to content

Commit 9c6f4c8

Browse files
authored
Merge pull request #2262 from pallets/release-8.1.3
release version 8.1.3
2 parents 2ac3211 + 5ec7749 commit 9c6f4c8

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.1.3
44
-------------
55

6-
Unreleased
6+
Released 2022-04-28
77

88
- Use verbose form of ``typing.Callable`` for ``@command`` and
99
``@group``. :issue:`2255`

src/click/__init__.py

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

73-
__version__ = "8.1.3.dev0"
73+
__version__ = "8.1.3"

0 commit comments

Comments
 (0)