release version 1.1.4

This commit is contained in:
David Lord 2021-05-13 18:22:56 -07:00
parent 5f8d3ea2fc
commit 64a5d7a018
No known key found for this signature in database
GPG Key ID: 7A1C87E3F5BC42A8
2 changed files with 3 additions and 3 deletions

View File

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

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"