Skip to content

Commit

Permalink
REL: 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Nov 12, 2019
1 parent 098d4b8 commit 082369f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions doc/changelog/1.X.X-changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.3.1 (November 12, 2019)
=========================

* FIX: Restore checking traits or bunch (https://github.com/nipy/nipype/pull/3094)


1.3.0 (November 11, 2019)
=========================

Expand Down
2 changes: 1 addition & 1 deletion nipype/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# nipype version information
# Remove -dev for release
__version__ = '1.3.1-dev'
__version__ = '1.3.1'


def get_nipype_gitversion():
Expand Down

0 comments on commit 082369f

Please sign in to comment.