Merge pull request #4051 from pallets/release-1.1.4

release version 1.1.4
This commit is contained in:
David Lord 2021-05-13 18:44:46 -07:00 committed by GitHub
commit 1ca199f9b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

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

View file

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