New version

This commit is contained in:
Armin Ronacher 2010-12-31 17:05:31 +01:00
parent fc802bbfdf
commit 44539c2c74
2 changed files with 2 additions and 4 deletions

View file

@ -34,5 +34,6 @@ releases = map(Release, [
'0.5',
'0.5.1',
'0.5.2',
'0.6'
'0.6',
'0.6.1'
])

View file

@ -1,8 +1,5 @@
{% extends "layout.html" %}
{% from "_twitter.html" import tweet_box %}
{% set latest_version = '0.5.1' %}
{% set download_url = 'http://pypi.python.org/packages/source/' ~
'F/Flask/Flask-' ~ latest_version ~ '.tar.gz' %}
{% block head %}
{{ super() }}
<style type=text/css>