Skip to content

Commit 9595f27

Browse files
committed
0.8 release
1 parent 69150f1 commit 9595f27

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGES

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Next release
2-
============
1+
Release 0.8.0 (May 8, 2013)
2+
===========================
33

44
* ENH: New interfaces: nipy.Trim, fsl.GLM, fsl.SigLoss, spm.VBMSegment, fsl.InvWarp,
55
dipy.TensorMode

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.7.0</td><td align="right">pre-0.8</td>
20+
<td align="left">0.8.0</td><td align="right">pre-0.9</td>
2121
</tr>
2222
<tr>
2323
<td align="left"><a href="{{pathto('users/install')}}">Download</a></td>

doc/users/install.rst

Lines changed: 2 additions & 2 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.7.0: [`zip <https://github.com/nipy/nipype/archive/0.7.zip>`__ `tar.gz
13-
<https://github.com/nipy/nipype/archive/0.7.tar.gz>`__]
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>`__]
1414

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

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

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

0 commit comments

Comments
 (0)