mirror of https://github.com/pallets/flask.git
release version 1.1.4
This commit is contained in:
parent
5f8d3ea2fc
commit
64a5d7a018
|
|
@ -3,10 +3,10 @@
|
|||
Version 1.1.4
|
||||
-------------
|
||||
|
||||
Unreleased
|
||||
Released 2021-05-13
|
||||
|
||||
- Update ``static_folder`` to use ``_compat.fspath`` instead of
|
||||
``os.fspath`` to continue supporting Python <3.6 :issue:`4050`
|
||||
``os.fspath`` to continue supporting Python < 3.6 :issue:`4050`
|
||||
|
||||
|
||||
Version 1.1.3
|
||||
|
|
|
|||
|
|
@ -57,4 +57,4 @@ from .signals import template_rendered
|
|||
from .templating import render_template
|
||||
from .templating import render_template_string
|
||||
|
||||
__version__ = "1.1.4.dev0"
|
||||
__version__ = "1.1.4"
|
||||
|
|
|
|||
Loading…
Reference in New Issue