release version 2.1.2

This commit is contained in:
David Lord 2022-04-28 10:44:02 -07:00
parent a0bb10b8d2
commit 7b28a9057d
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
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"