From 64a5d7a018aadcb5d7d868a782a04d1b599ef89b Mon Sep 17 00:00:00 2001 From: David Lord Date: Thu, 13 May 2021 18:22:56 -0700 Subject: [PATCH] release version 1.1.4 --- CHANGES.rst | 4 ++-- src/flask/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 9c5735a335..3fed126f2b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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 diff --git a/src/flask/__init__.py b/src/flask/__init__.py index 72bf6abf7a..f1f6466bb9 100644 --- a/src/flask/__init__.py +++ b/src/flask/__init__.py @@ -57,4 +57,4 @@ from .templating import render_template from .templating import render_template_string -__version__ = "1.1.4.dev0" +__version__ = "1.1.4"