Skip to content

Commit 6ced70d

Browse files
committed
0.9
1 parent f139c9f commit 6ced70d

File tree

6 files changed

+14
-13
lines changed

6 files changed

+14
-13
lines changed

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Next release
1+
Release 0.9.0 (December 20, 2013)
22
============
33

44
* ENH: SelectFiles: a streamlined version of DataGrabber

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.8.0</td><td align="right">pre-0.9</td>
20+
<td align="left">0.9.0</td><td align="right">1.0-dev</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 versions: `0.7 <http://nipy.org/nipype/0.7>`_ `0.6 <http://nipy.org/nipype/0.6>`_
12+
Previous versions: `0.8 <http://nipy.org/nipype/0.8>`_ `0.7 <http://nipy.org/nipype/0.7>`_
1313

1414
.. container:: doc2
1515

doc/users/install.rst

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

12-
Release 0.8.0: [`zip <https://github.com/nipy/nipype/archive/0.8.zip>`__ `tar.gz
13-
<https://github.com/nipy/nipype/archive/0.8.tar.gz>`__]
12+
Release 0.9.0: [`zip <https://github.com/nipy/nipype/archive/0.9.zip>`__ `tar.gz
13+
<https://github.com/nipy/nipype/archive/0.9.tar.gz>`__]
1414

15-
Development: [`zip <http://github.com/nipy/nipype/zipball/master>`__ `tar.gz
15+
Development: [`zip <http://github.com/nipy/nipype/zipball/master>`__ `tar.gz
1616
<http://github.com/nipy/nipype/tarball/master>`__]
1717

1818
`Prior downloads <http://github.com/nipy/nipype/tags>`_
@@ -161,29 +161,29 @@ These are the software packages that nipype.interfaces wraps:
161161
FSL_
162162
4.1.0 or later
163163

164-
matlab_
164+
matlab_
165165
2008a or later
166166

167167
SPM_
168168
SPM5/8
169169

170170
FreeSurfer_
171171
FreeSurfer version 4 and higher
172-
172+
173173
AFNI_
174174
2009_12_31_1431 or later
175175

176176
Slicer_
177177
3.6 or later
178178

179-
Nipy_
179+
Nipy_
180180
0.1.2+20110404 or later
181181

182-
Nitime_
182+
Nitime_
183183
(optional)
184-
184+
185185
Camino_
186-
186+
187187
Camino2Trackvis_
188188

189189
ConnectomeViewer_

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 = 9
1212
_version_micro = 0
13-
_version_extra = '.pre'
13+
_version_extra = ''
1414

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

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ def main(**extra_args):
9191
author_email=INFO_VARS['AUTHOR_EMAIL'],
9292
platforms=INFO_VARS['PLATFORMS'],
9393
version=INFO_VARS['VERSION'],
94+
install_requires=INFO_VARS['REQUIRES'],
9495
requires=INFO_VARS['REQUIRES'],
9596
configuration = configuration,
9697
cmdclass = cmdclass,

0 commit comments

Comments
 (0)