File tree 4 files changed +8
-4
lines changed
4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change
1
+ Upcoming release 0.13
2
+ =====================
3
+
4
+
1
5
Release 0.12.0 (July 12, 2016)
2
6
==============================
3
7
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ <h3>{{ _('Links') }}</h3>
5
5
< li > Docs: < a href ="http://nipy.org/nipype "> Stable</ a > · < a href ="http://nipype.readthedocs.org/en/latest/ "> Dev</ a > </ li >
6
6
< li > Code: < a href ="http://github.com/nipy/nipype "> Github</ a > · < a href ="http://github.com/nipy/nipype/issues "> Bugs-Requests</ a > </ li >
7
7
< li > Forum: < a href ="http://neurostars.org/t/nipype "> User</ a > · < a href ="http://projects.scipy.org/mailman/listinfo/nipy-devel "> Developer</ a > </ li >
8
- < li > < a href ="http://nipy.org/software/license/index.html "> < img src ="https://img.shields.io/pypi/l/nipype.svg " alt ="License "> </ a > · < a href =" about.html#funding " > Funding </ a > </ li >
8
+ < li > < a href ="about.html#funding " > Funding </ a > · < a href =" http://nipy.org/software/license/index.html "> < img src ="https://img.shields.io/pypi/l/nipype.svg " alt ="License "> </ a > </ li >
9
9
< li > < a href ="https://travis-ci.org/nipy/nipype "> < img src ="https://travis-ci.org/nipy/nipype.png?branch=master " alt ="travis "> </ a > · < a href ='https://coveralls.io/r/nipy/nipype '> < img src ='https://coveralls.io/repos/nipy/nipype/badge.png ' alt ='Coverage Status ' /> </ a > </ li >
10
10
< li > < a href ="https://pypi.python.org/pypi/nipype/ "> < img src ="https://img.shields.io/pypi/dm/nipype.svg " alt ="Downloads "> </ a > · < a href ='https://pypi.python.org/pypi/nipype/ '> < img src ='https://img.shields.io/pypi/pyversions/nipype.svg ' alt ='Python Versions ' /> </ a > </ li >
11
11
</ ul >
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.11 .0 <http://nipy.org/nipype /0.11.0 >`_ `0.10 .0 <http://nipy.org/nipype/0.10 .0 >`_
12
+ Previous versions: `0.12 .0 <http://nipype.readthedocs.io/en /0.12.0/ >`_ `0.11 .0 <http://nipy.org/nipype/0.11 .0 >`_
13
13
14
14
.. container :: doc2
15
15
Original file line number Diff line number Diff line change 8
8
# full release. '.dev' as a _version_extra string means this is a development
9
9
# version
10
10
_version_major = 0
11
- _version_minor = 12
11
+ _version_minor = 13
12
12
_version_micro = 0
13
- _version_extra = '' # Remove -dev for release
13
+ _version_extra = '-dev ' # Remove -dev for release
14
14
15
15
16
16
def get_nipype_gitversion ():
You can’t perform that action at this time.
0 commit comments