release version 1.1.1

This commit is contained in:
David Lord 2019-07-08 10:55:25 -07:00
parent 1a6696da70
commit ffc68840f8
No known key found for this signature in database
GPG Key ID: 7A1C87E3F5BC42A8
4 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@
Version 1.1.1 Version 1.1.1
------------- -------------
Unreleased Released 2019-07-08
- The ``flask.json_available`` flag was added back for compatibility - The ``flask.json_available`` flag was added back for compatibility
with some extensions. It will raise a deprecation warning when used, with some extensions. It will raise a deprecation warning when used,

View File

@ -66,8 +66,8 @@ donate today`_.
Links Links
----- -----
* Website: https://www.palletsprojects.com/p/flask/ * Website: https://palletsprojects.com/p/flask/
* Documentation: http://flask.pocoo.org/docs/ * Documentation: https://flask.palletsprojects.com/
* Releases: https://pypi.org/project/Flask/ * Releases: https://pypi.org/project/Flask/
* Code: https://github.com/pallets/flask * Code: https://github.com/pallets/flask
* Issue tracker: https://github.com/pallets/flask/issues * Issue tracker: https://github.com/pallets/flask/issues

View File

@ -15,7 +15,7 @@ setup(
version=version, version=version,
url="https://palletsprojects.com/p/flask/", url="https://palletsprojects.com/p/flask/",
project_urls={ project_urls={
"Documentation": "http://flask.palletsprojects.com/", "Documentation": "https://flask.palletsprojects.com/",
"Code": "https://github.com/pallets/flask", "Code": "https://github.com/pallets/flask",
"Issue tracker": "https://github.com/pallets/flask/issues", "Issue tracker": "https://github.com/pallets/flask/issues",
}, },

View File

@ -57,4 +57,4 @@ from .signals import template_rendered
from .templating import render_template from .templating import render_template
from .templating import render_template_string from .templating import render_template_string
__version__ = "1.1.1.dev" __version__ = "1.1.1"