Skip to content

Commit

Permalink
0.3.7 Version bump and CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Mar 22, 2018
1 parent d9bd78a commit 5085317
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.3.7 (March 22, 2018)
======================

* [ENH] fMRI summary plot to take ``_confounds.tsv`` (#230)

0.3.6 (March 14, 2018)
======================

Expand Down
2 changes: 1 addition & 1 deletion niworkflows/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
nipype_info = runpy.run_path(op.join(op.abspath(op.dirname(__file__)),
'nipype', 'info.py'))

__version__ = '0.3.6'
__version__ = '0.3.7'
__packagename__ = 'niworkflows'
__author__ = 'The CRN developers'
__copyright__ = 'Copyright {}, Center for Reproducible Neuroscience, Stanford University'.format(
Expand Down

0 comments on commit 5085317

Please sign in to comment.