Merge pull request #4558 from pallets/release-2.1.2

release version 2.1.2
This commit is contained in:
David Lord 2022-04-28 10:46:41 -07:00 committed by GitHub
commit 50374e3cfe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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`

View file

@ -42,4 +42,4 @@ from .signals import template_rendered as template_rendered
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"