forked from orbit-oss/flask
Merge pull request #4051 from pallets/release-1.1.4
release version 1.1.4
This commit is contained in:
commit
1ca199f9b3
2 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@
|
|||
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`
|
||||
|
|
|
|||
|
|
@ -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…
Add table
Add a link
Reference in a new issue