diff --git a/CHANGES.rst b/CHANGES.rst index b11e7d513..ce98025a6 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,7 +3,7 @@ Version 8.1.4 ------------- -Unreleased +Released 2023-07-06 - Replace all ``typing.Dict`` occurrences to ``typing.MutableMapping`` for parameter hints. :issue:`2255` diff --git a/src/click/__init__.py b/src/click/__init__.py index ea214e320..4704758b2 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.4.dev0" +__version__ = "8.1.4"