diff options
| author | holger krekel <holger@merlinux.eu> | 2010-07-14 22:07:07 +0200 |
|---|---|---|
| committer | holger krekel <holger@merlinux.eu> | 2010-07-14 22:07:07 +0200 |
| commit | 4772a65fdf3a7e28ad5573e76eb485e3998d8088 (patch) | |
| tree | f58a33935aea3deb51f0d693ce25fc2a303ac6c0 /doc/_templates | |
| parent | 5f632a27bf61ba53baa2df3f263ed97c0aa0219f (diff) | |
| download | tox-4772a65fdf3a7e28ad5573e76eb485e3998d8088.tar.gz | |
add sitepackages option and bump version number to the to-be-released 0.7
Diffstat (limited to 'doc/_templates')
| -rw-r--r-- | doc/_templates/indexsidebar.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/_templates/indexsidebar.html b/doc/_templates/indexsidebar.html index 46ac476..12bf335 100644 --- a/doc/_templates/indexsidebar.html +++ b/doc/_templates/indexsidebar.html @@ -7,7 +7,7 @@ released versions in the <a href="http://pypi.python.org/pypi/tox">Python Package Index</a>.</p> {% else %} -<p>Current: <b><a href="{{pathto('announce/release-0.5')}}">{{ version }}</a></b> +<p>Current: <b>{{ version }}</b> [<a href="{{ pathto('changelog') }}">Changes</a>]</p> <p> <a href="http://pypi.python.org/pypi/tox">tox on PyPI</a> |
