File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
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.10.0 </ td > < td align ="right "> {{ version }}</ td >
20
+ < td align ="left "> 0.11.0-rc1 </ td > < td align ="right "> {{ version }}</ 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 @@ Documentation
9
9
:Release: |version |
10
10
:Date: |today |
11
11
12
- Previous versions: `0.9.2 <http://nipy.org/nipype/0.9.2 >`_ `0.8 <http://nipy.org/nipype/0.8 >`_
12
+ Previous versions: `0.10.0 <http://nipy.org/nipype/0.10.0 >`_ `0.9.2 <http://nipy.org/nipype/0.9.2 >`_
13
13
14
14
.. container :: doc2
15
15
Original file line number Diff line number Diff line change 10
10
_version_major = 0
11
11
_version_minor = 11
12
12
_version_micro = 0
13
- _version_extra = 'dev '
13
+ _version_extra = 'rc1 '
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