Skip to content

Commit 1ca199f

Browse files
authored
Merge pull request #4051 from pallets/release-1.1.4
release version 1.1.4
2 parents 5f8d3ea + 64a5d7a commit 1ca199f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
Version 1.1.4
44
-------------
55

6-
Unreleased
6+
Released 2021-05-13
77

88
- Update ``static_folder`` to use ``_compat.fspath`` instead of
9-
``os.fspath`` to continue supporting Python <3.6 :issue:`4050`
9+
``os.fspath`` to continue supporting Python < 3.6 :issue:`4050`
1010

1111

1212
Version 1.1.3

src/flask/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@
5757
from .templating import render_template
5858
from .templating import render_template_string
5959

60-
__version__ = "1.1.4.dev0"
60+
__version__ = "1.1.4"

0 commit comments

Comments
 (0)