Skip to content

Commit 50374e3

Browse files
authored
Merge pull request #4558 from pallets/release-2.1.2
release version 2.1.2
2 parents a0bb10b + 7b28a90 commit 50374e3

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.2
44
-------------
55

6-
Unreleased
6+
Released 2022-04-28
77

88
- Fix type annotation for ``json.loads``, it accepts str or bytes.
99
:issue:`4519`

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.2.dev0"
45+
__version__ = "2.1.2"

0 commit comments

Comments
 (0)