Skip to content

Commit

Permalink
release version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Jul 8, 2019
1 parent 1a6696d commit ffc6884
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Version 1.1.1
-------------

Unreleased
Released 2019-07-08

- The ``flask.json_available`` flag was added back for compatibility
with some extensions. It will raise a deprecation warning when used,
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ donate today`_.
Links
-----

* Website: https://www.palletsprojects.com/p/flask/
* Documentation: http://flask.pocoo.org/docs/
* Website: https://palletsprojects.com/p/flask/
* Documentation: https://flask.palletsprojects.com/
* Releases: https://pypi.org/project/Flask/
* Code: https://github.com/pallets/flask
* Issue tracker: https://github.com/pallets/flask/issues
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
version=version,
url="https://palletsprojects.com/p/flask/",
project_urls={
"Documentation": "http://flask.palletsprojects.com/",
"Documentation": "https://flask.palletsprojects.com/",
"Code": "https://github.com/pallets/flask",
"Issue tracker": "https://github.com/pallets/flask/issues",
},
Expand Down
2 changes: 1 addition & 1 deletion src/flask/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@
from .templating import render_template
from .templating import render_template_string

__version__ = "1.1.1.dev"
__version__ = "1.1.1"

0 comments on commit ffc6884

Please sign in to comment.