Skip to content

Commit dca1a03

Browse files
committed
MNT: Version 1.2.3
1 parent 6445500 commit dca1a03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: doc/conf.py

+1-1
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.2"
85+
release = "1.2.3"
8686

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

Diff for: nipype/info.py

+1-1
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.3-dev'
12+
__version__ = '1.2.3'
1313

1414

1515
def get_nipype_gitversion():

0 commit comments

Comments
 (0)