Skip to content

Commit 4f08c9a

Browse files
authored
Merge pull request #1772 from satra/rel/0.13.0-rc1
Rel/0.13.0 rc1
2 parents 7b5201d + 917ca39 commit 4f08c9a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Diff for: doc/conf.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@
5252
'numpy_ext.numpydoc',
5353
'matplotlib.sphinxext.plot_directive',
5454
'matplotlib.sphinxext.only_directives',
55-
#'IPython.sphinxext.ipython_directive',
56-
#'IPython.sphinxext.ipython_console_highlighting'
5755
]
5856
on_rtd = os.environ.get('READTHEDOCS') == 'True'
5957
if on_rtd:
@@ -82,7 +80,7 @@
8280
# The short X.Y version.
8381
version = nipype.__version__
8482
# The full version, including alpha/beta/rc tags.
85-
release = "0.12.0"
83+
release = "0.13.0-rc1"
8684

8785
# The language for content autogenerated by Sphinx. Refer to documentation
8886
# for a list of supported languages.

Diff for: nipype/info.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
_version_major = 0
1212
_version_minor = 13
1313
_version_micro = 0
14-
_version_extra = '-dev' # Remove -dev for release
14+
_version_extra = '-rc1' # Remove -dev for release
1515

1616

1717
def get_nipype_gitversion():

0 commit comments

Comments
 (0)