diff --git a/CHANGES.rst b/CHANGES.rst index 16a982dd9..17665672f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,7 +3,7 @@ Version 8.1.3 ------------- -Unreleased +Released 2022-04-28 - Use verbose form of ``typing.Callable`` for ``@command`` and ``@group``. :issue:`2255` diff --git a/src/click/__init__.py b/src/click/__init__.py index c1ee799ad..e3ef423b6 100644 --- a/src/click/__init__.py +++ b/src/click/__init__.py @@ -70,4 +70,4 @@ from .utils import get_text_stream as get_text_stream from .utils import open_file as open_file -__version__ = "8.1.3.dev0" +__version__ = "8.1.3"