We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pallets
Learn more about funding links in repositories.
Report abuse
1 parent 2ac3211 commit 5ec7749Copy full SHA for 5ec7749
CHANGES.rst
@@ -3,7 +3,7 @@
3
Version 8.1.3
4
-------------
5
6
-Unreleased
+Released 2022-04-28
7
8
- Use verbose form of ``typing.Callable`` for ``@command`` and
9
``@group``. :issue:`2255`
src/click/__init__.py
@@ -70,4 +70,4 @@
70
from .utils import get_text_stream as get_text_stream
71
from .utils import open_file as open_file
72
73
-__version__ = "8.1.3.dev0"
+__version__ = "8.1.3"
0 commit comments