Skip to content

Commit 81aa774

Browse files
committed
Merge pull request #1203 from satra/rel/prepare
Rel/prepare
2 parents c31a5a8 + 6365440 commit 81aa774

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
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.10.0</td><td align="right">{{ version }}</td>
20+
<td align="left">0.11.0-rc1</td><td align="right">{{ version }}</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.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>`_
1313

1414
.. container:: doc2
1515

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 = 11
1212
_version_micro = 0
13-
_version_extra = 'dev'
13+
_version_extra = 'rc1'
1414

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

nipype/interfaces/freesurfer/tests/test_auto_MRIConvert.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,3 +196,4 @@ def test_MRIConvert_outputs():
196196
for key, metadata in output_map.items():
197197
for metakey, value in metadata.items():
198198
yield assert_equal, getattr(outputs.traits()[key], metakey), value
199+

0 commit comments

Comments
 (0)