From ab0776d257127fa61153e61be75332f9645f3cf3 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Fri, 18 Jun 2010 17:38:45 +0200 Subject: [PATCH] 0.4 is latest --- flask_website/templates/general/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask_website/templates/general/index.html b/flask_website/templates/general/index.html index 58714350..4010d90b 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.3.1' %} +{% set latest_version = '0.4' %} {% set download_url = 'http://pypi.python.org/packages/source/' ~ 'F/Flask/Flask-' ~ latest_version ~ '.tar.gz' %} {% block head %}