0.5.1 is the new hotness

This commit is contained in:
Armin Ronacher 2010-07-06 23:14:46 +02:00
parent b6c56456fa
commit 5d17144d83

View file

@ -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 %}