Skip to content

Commit 9d9018e

Browse files
committed
REL: 0.4.0
1 parent a82096a commit 9d9018e

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
0.4.0 (May 31, 2018)
2+
====================
3+
4+
* [ENH] Resume external nipype dependency at version 1.0.4 (#241)
5+
* [REF] Use nipype's ReportCapableInterface mixin (#238)
6+
* [MNT] Enable running tests in parallel (#240)
7+
18
0.3.13 (May 11, 2018)
29
=====================
310

niworkflows/__about__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@
1010
from __future__ import absolute_import, division, print_function
1111
import datetime
1212

13-
__version__ = '0.3.14-dev'
13+
__version__ = '0.4.0'
1414
__packagename__ = 'niworkflows'
1515
__author__ = 'The CRN developers'
1616
__copyright__ = 'Copyright {}, Center for Reproducible Neuroscience, Stanford University'.format(
1717
datetime.datetime.now().year)
18-
__credits__ = ['Oscar Esteban', 'Ross Blair', 'Shoshana L. Berleant', 'Chris Gorgolewski',
18+
__credits__ = ['Oscar Esteban', 'Ross Blair', 'Shoshana L. Berleant',
19+
'Christopher J. Markiewicz', 'Chris Gorgolewski',
1920
'Russell A. Poldrack']
2021
__license__ = '3-clause BSD'
2122
__maintainer__ = 'Oscar Esteban'

0 commit comments

Comments
 (0)