Skip to content

Commit 082369f

Browse files
committed
REL: 1.3.1
1 parent 098d4b8 commit 082369f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: doc/changelog/1.X.X-changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
1.3.1 (November 12, 2019)
2+
=========================
3+
4+
* FIX: Restore checking traits or bunch (https://github.com/nipy/nipype/pull/3094)
5+
6+
17
1.3.0 (November 11, 2019)
28
=========================
39

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.3.1-dev'
12+
__version__ = '1.3.1'
1313

1414

1515
def get_nipype_gitversion():

0 commit comments

Comments
 (0)