diff --git a/flask_website/templates/general/index.html b/flask_website/templates/general/index.html index 4010d90b..1cb12ccd 100644 --- a/flask_website/templates/general/index.html +++ b/flask_website/templates/general/index.html @@ -1,6 +1,6 @@ {% extends "layout.html" %} {% from "_twitter.html" import tweet_box %} -{% set latest_version = '0.4' %} +{% set latest_version = '0.5.1' %} {% set download_url = 'http://pypi.python.org/packages/source/' ~ 'F/Flask/Flask-' ~ latest_version ~ '.tar.gz' %} {% block head %}