diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/.templates/indexsidebar.html | 4 | ||||
-rw-r--r-- | doc/conf.py | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/.templates/indexsidebar.html b/doc/.templates/indexsidebar.html index 0fecea5..628a0a1 100644 --- a/doc/.templates/indexsidebar.html +++ b/doc/.templates/indexsidebar.html @@ -1,14 +1,14 @@ <h3><a href="/mrl/projects/nose/nose-{{ release }}.tar.gz">Download</a></h3> <ul> <li><a href="/mrl/projects/nose/nose-{{ release }}.tar.gz"> - Current version: {{ version }}</a> + Current version: {{ release }}</a> </li> </ul> <h3>Install</h3> <ul> <li>This release:<br/> - <tt>easy_install nose=={{ version }}</tt></li> + <tt>easy_install nose=={{ release }}</tt></li> <li>Development (unstable):<br/> <tt>easy_install nose==dev</tt> </li> diff --git a/doc/conf.py b/doc/conf.py index 6deff38..21e38dd 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -57,7 +57,7 @@ copyright = u'2009, Jason Pellerin' # The short X.Y version. version = '0.11' # The full version, including alpha/beta/rc tags. -release = '0.11.2' +release = '0.11.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |