File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33Version 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,
Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ donate today`_.
6666Links
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
Original file line number Diff line number Diff line change 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 },
Original file line number Diff line number Diff line change 5757from .templating import render_template
5858from .templating import render_template_string
5959
60- __version__ = "1.1.1.dev "
60+ __version__ = "1.1.1"
You can’t perform that action at this time.
0 commit comments