Skip to content

Commit e7ab9cb

Browse files
committed
MNT: Version 1.2.2-dev
1 parent 3e794d4 commit e7ab9cb

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

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: `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/>`_
1313

1414

1515
.. container:: doc2

nipype/info.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@
77

88
import sys
99

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
1311
# Remove -dev for release
14-
__version__ = '1.2.1'
12+
__version__ = '1.2.2-dev'
1513

1614

1715
def get_nipype_gitversion():

0 commit comments

Comments
 (0)