From 776707eceb05698b7715b4564e8edaebe8907792 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Fri, 28 May 2010 01:26:31 +0200 Subject: [PATCH] 0.3 out now --- 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 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 %}