Skip to content

Commit 134aebe

Browse files
committed
release version 2.1.3
1 parent a7859c6 commit 134aebe

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 2.1.3
44
-------------
55

6-
Unreleased
6+
Released 2022-07-13
77

88
- Inline some optional imports that are only used for certain CLI
99
commands. :pr:`4606`

src/flask/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@
4242
from .templating import render_template as render_template
4343
from .templating import render_template_string as render_template_string
4444

45-
__version__ = "2.1.3.dev0"
45+
__version__ = "2.1.3"

0 commit comments

Comments
 (0)