Skip to content

Commit 5085317

Browse files
committed
0.3.7 Version bump and CHANGES
1 parent d9bd78a commit 5085317

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.3.7 (March 22, 2018)
2+
======================
3+
4+
* [ENH] fMRI summary plot to take ``_confounds.tsv`` (#230)
5+
16
0.3.6 (March 14, 2018)
27
======================
38

niworkflows/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
nipype_info = runpy.run_path(op.join(op.abspath(op.dirname(__file__)),
1616
'nipype', 'info.py'))
1717

18-
__version__ = '0.3.6'
18+
__version__ = '0.3.7'
1919
__packagename__ = 'niworkflows'
2020
__author__ = 'The CRN developers'
2121
__copyright__ = 'Copyright {}, Center for Reproducible Neuroscience, Stanford University'.format(

0 commit comments

Comments
 (0)