diff --git a/flask_website/templates/general/index.html b/flask_website/templates/general/index.html index 02ca55cc..006f71ed 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.2' %} +{% set latest_version = '0.3' %} {% set download_url = 'http://pypi.python.org/packages/source/' ~ 'F/Flask/Flask-' ~ latest_version ~ '.tar.gz' %} {% block head %}