Skip to content

Commit ffc6884

Browse files
committed
release version 1.1.1
1 parent 1a6696d commit ffc6884

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Version 1.1.1
44
-------------
55

6-
Unreleased
6+
Released 2019-07-08
77

88
- The ``flask.json_available`` flag was added back for compatibility
99
with some extensions. It will raise a deprecation warning when used,

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ donate today`_.
6666
Links
6767
-----
6868

69-
* Website: https://www.palletsprojects.com/p/flask/
70-
* Documentation: http://flask.pocoo.org/docs/
69+
* Website: https://palletsprojects.com/p/flask/
70+
* Documentation: https://flask.palletsprojects.com/
7171
* Releases: https://pypi.org/project/Flask/
7272
* Code: https://github.com/pallets/flask
7373
* Issue tracker: https://github.com/pallets/flask/issues

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
version=version,
1616
url="https://palletsprojects.com/p/flask/",
1717
project_urls={
18-
"Documentation": "http://flask.palletsprojects.com/",
18+
"Documentation": "https://flask.palletsprojects.com/",
1919
"Code": "https://github.com/pallets/flask",
2020
"Issue tracker": "https://github.com/pallets/flask/issues",
2121
},

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.1.dev"
60+
__version__ = "1.1.1"

0 commit comments

Comments
 (0)