File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed 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: `1.2.0 <http://nipype.readthedocs.io/en/1.2.0 / >`_ `1.1.9 <http://nipype.readthedocs.io/en/1.1.9 / >`_
12
+ Previous versions: `1.2.1 <http://nipype.readthedocs.io/en/1.2.1 / >`_ `1.2.0 <http://nipype.readthedocs.io/en/1.2.0 / >`_
13
13
14
14
15
15
.. container :: doc2
Original file line number Diff line number Diff line change 7
7
8
8
import sys
9
9
10
- # nipype version information. An empty version_extra corresponds to a
11
- # full release. '.dev' as a version_extra string means this is a development
12
- # version
10
+ # nipype version information
13
11
# Remove -dev for release
14
- __version__ = '1.2.1 '
12
+ __version__ = '1.2.2-dev '
15
13
16
14
17
15
def get_nipype_gitversion ():
You can’t perform that action at this time.
0 commit comments