Skip to content

Commit 8b68d35

Browse files
committed
rf: updated version info across programs
1 parent a4310fe commit 8b68d35

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

doc/_templates/sidebar_versions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h3>{{ _('Versions') }}</h3>
1717
<td align="left">Release</td><td align="right">Devel</td>
1818
</tr>
1919
<tr>
20-
<td align="left">0.5.3</td><td align="right">pre-0.6</td>
20+
<td align="left">0.6.0</td><td align="right">pre-0.7</td>
2121
</tr>
2222
<tr>
2323
<td align="left"><a href="{{pathto('users/install')}}">Download</a></td>

doc/documentation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Documentation
99
:Release: |version|
1010
:Date: |today|
1111

12-
Previous version: `0.4.1 <http://nipy.org/nipype/0.4.1>`_
12+
Previous versions: `0.5.3 <http://nipy.org/nipype/0.5.3>`_ `0.4.1 <http://nipy.org/nipype/0.4.1>`_
1313

1414
.. container:: doc2
1515

doc/quickstart.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Beginner's guide
1616
================
1717

1818
Introductory slides. `Available here`__
19+
1920
Michael Notter's guide. `Available here`__
2021

2122
__ http://satra.github.com/intro2nipype

doc/users/install.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ This page covers the necessary steps to install Nipype.
99
Download
1010
--------
1111

12-
Release 0.5.3: [`zip <http://github.com/nipy/nipype/zipball/0.5.3>`_ `tar
13-
<http://github.com/nipy/nipype/tarball/0.5.3>`_]
12+
Release 0.6.0: [`zip <http://github.com/nipy/nipype/zipball/0.6.0>`_ `tar
13+
<http://github.com/nipy/nipype/tarball/0.6.0>`_]
1414

1515
Development: [`zip <http://github.com/nipy/nipype/zipball/master>`_ `tar
1616
<http://github.com/nipy/nipype/tarball/master>`_]
@@ -114,7 +114,7 @@ Must Have
114114

115115
Python_ 2.6 -2.7
116116

117-
Nibabel_ 1.0
117+
Nibabel_ 1.0 - 1.2
118118
Neuroimaging file i/o library
119119

120120
NetworkX_ 1.0 - 1.4
@@ -135,7 +135,7 @@ Enthought_ Traits_ 4.0.0
135135
Strong Recommendations
136136
~~~~~~~~~~~~~~~~~~~~~~
137137

138-
IPython_ 0.10.2 - 0.12
138+
IPython_ 0.10.2 - 0.13
139139
Interactive python environment. This is necessary for some parallel
140140
components of the pipeline engine.
141141

nipype/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
_version_major = 0
1111
_version_minor = 6
1212
_version_micro = 0
13-
_version_extra = '.dev'
13+
_version_extra = ''
1414

1515
def get_nipype_gitversion():
1616
"""Nipype version as reported by the last commit in git

0 commit comments

Comments
 (0)