diff --git a/CHANGES.rst b/CHANGES.rst index dd4d2b62ed..50b8763b09 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,7 +3,7 @@ Version 2.1.3 ------------- -Unreleased +Released 2022-07-13 - Inline some optional imports that are only used for certain CLI commands. :pr:`4606` diff --git a/src/flask/__init__.py b/src/flask/__init__.py index 380de0f450..a970b8a1a8 100644 --- a/src/flask/__init__.py +++ b/src/flask/__init__.py @@ -42,4 +42,4 @@ from .templating import render_template as render_template from .templating import render_template_string as render_template_string -__version__ = "2.1.3.dev0" +__version__ = "2.1.3"