File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ <h3>{{ _('Versions') }}</h3>
17
17
< td align ="left "> Release</ td > < td align ="right "> Devel</ td >
18
18
</ tr >
19
19
< 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 >
21
21
</ tr >
22
22
< tr >
23
23
< td align ="left "> < a href ="{{pathto('users/install')}} "> Download</ a > </ td >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ This page covers the necessary steps to install Nipype.
9
9
Download
10
10
--------
11
11
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
13
13
<https://github.com/nipy/nipype/archive/0.9.1.tar.gz> `__]
14
14
15
15
Development: [`zip <http://github.com/nipy/nipype/zipball/master >`__ `tar.gz
Original file line number Diff line number Diff line change 9
9
# version
10
10
_version_major = 0
11
11
_version_minor = 9
12
- _version_micro = 1
13
- _version_extra = '.dev '
12
+ _version_micro = 2
13
+ _version_extra = ''
14
14
15
15
def get_nipype_gitversion ():
16
16
"""Nipype version as reported by the last commit in git
You can’t perform that action at this time.
0 commit comments