New version
This commit is contained in:
parent
fc802bbfdf
commit
44539c2c74
2 changed files with 2 additions and 4 deletions
|
|
@ -34,5 +34,6 @@ releases = map(Release, [
|
||||||
'0.5',
|
'0.5',
|
||||||
'0.5.1',
|
'0.5.1',
|
||||||
'0.5.2',
|
'0.5.2',
|
||||||
'0.6'
|
'0.6',
|
||||||
|
'0.6.1'
|
||||||
])
|
])
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,5 @@
|
||||||
{% extends "layout.html" %}
|
{% extends "layout.html" %}
|
||||||
{% from "_twitter.html" import tweet_box %}
|
{% 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 %}
|
{% block head %}
|
||||||
{{ super() }}
|
{{ super() }}
|
||||||
<style type=text/css>
|
<style type=text/css>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue