We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f8d3ea + 64a5d7a commit 1ca199fCopy full SHA for 1ca199f
CHANGES.rst
@@ -3,10 +3,10 @@
3
Version 1.1.4
4
-------------
5
6
-Unreleased
+Released 2021-05-13
7
8
- Update ``static_folder`` to use ``_compat.fspath`` instead of
9
- ``os.fspath`` to continue supporting Python <3.6 :issue:`4050`
+ ``os.fspath`` to continue supporting Python < 3.6 :issue:`4050`
10
11
12
Version 1.1.3
src/flask/__init__.py
@@ -57,4 +57,4 @@
57
from .templating import render_template
58
from .templating import render_template_string
59
60
-__version__ = "1.1.4.dev0"
+__version__ = "1.1.4"
0 commit comments