Skip to content

Commit 5005a89

Browse files
committed
rel(1.2.2): Update version in nipype/info.py and doc/conf.py
1 parent 64ba958 commit 5005a89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
# The short X.Y version.
8383
version = nipype.__version__
8484
# The full version, including alpha/beta/rc tags.
85-
release = "1.2.1"
85+
release = "1.2.2"
8686

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

nipype/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# nipype version information
1111
# Remove -dev for release
12-
__version__ = '1.2.2-dev'
12+
__version__ = '1.2.2'
1313

1414

1515
def get_nipype_gitversion():

0 commit comments

Comments
 (0)