forked from orbit-oss/flask
release version 2.1.2
This commit is contained in:
parent
a0bb10b8d2
commit
7b28a9057d
2 changed files with 2 additions and 2 deletions
|
|
@ -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`
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue