Skip to content

Commit 162f65d

Browse files
committed
0.9.2 release
1 parent b209e4c commit 162f65d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.9.1</td><td align="right">1.0-dev</td>
20+
<td align="left">0.9.2</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/users/install.rst

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

12-
Release 0.9.1: [`zip <https://github.com/nipy/nipype/archive/0.9.1.zip>`__ `tar.gz
12+
Release 0.9.2: [`zip <https://github.com/nipy/nipype/archive/0.9.2.zip>`__ `tar.gz
1313
<https://github.com/nipy/nipype/archive/0.9.1.tar.gz>`__]
1414

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

nipype/info.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
# version
1010
_version_major = 0
1111
_version_minor = 9
12-
_version_micro = 1
13-
_version_extra = '.dev'
12+
_version_micro = 2
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)