Skip to content

Commit 5ec7749

Browse files
committed
release version 8.1.3
1 parent 2ac3211 commit 5ec7749

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)