Skip to content
/ click Public

Commit 5ec7749

Browse files
committedApr 28, 2022
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

+1-1
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

+1-1
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)
Please sign in to comment.