Skip to content

Commit 25196a4

Browse files
committed
Merge branch 'release0.9'
2 parents 961db1b + 6ced70d commit 25196a4

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>`_
@@ -156,29 +156,29 @@ These are the software packages that nipype.interfaces wraps:
156156
FSL_
157157
4.1.0 or later
158158

159-
matlab_
159+
matlab_
160160
2008a or later
161161

162162
SPM_
163163
SPM5/8
164164

165165
FreeSurfer_
166166
FreeSurfer version 4 and higher
167-
167+
168168
AFNI_
169169
2009_12_31_1431 or later
170170

171171
Slicer_
172172
3.6 or later
173173

174-
Nipy_
174+
Nipy_
175175
0.1.2+20110404 or later
176176

177-
Nitime_
177+
Nitime_
178178
(optional)
179-
179+
180180
Camino_
181-
181+
182182
Camino2Trackvis_
183183

184184
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)