From 5d17144d836c8c362e4f85dac06a64f04d89835c Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Tue, 6 Jul 2010 23:14:46 +0200 Subject: [PATCH] 0.5.1 is the new hotness --- 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 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 %}