Skip to content

Commit

Permalink
Merge pull request #4558 from pallets/release-2.1.2
Browse files Browse the repository at this point in the history
release version 2.1.2
  • Loading branch information
davidism committed Apr 28, 2022
2 parents a0bb10b + 7b28a90 commit 50374e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -3,7 +3,7 @@
Version 2.1.2
-------------

Unreleased
Released 2022-04-28

- Fix type annotation for ``json.loads``, it accepts str or bytes.
:issue:`4519`
Expand Down
2 changes: 1 addition & 1 deletion src/flask/__init__.py
Expand Up @@ -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.2.dev0"
__version__ = "2.1.2"

0 comments on commit 50374e3

Please sign in to comment.