Skip to content

Commit 750724b

Browse files
committed
1.0.3 Changelog, version bump, niworkflows pin [docs only]
1 parent 617b720 commit 750724b

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
1.0.3 (3rd of January 2018)
2+
===========================
3+
4+
* [FIX] Roll back run/task groupings after BIDS query (#918).
5+
Groupings for the multi-echo extension will be reenabled soon.
6+
17
1.0.2 (2nd of January 2018)
28
===========================
39

docs/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ dependencies:
2828
- svgutils
2929
- nitime
3030
- nilearn
31-
- niworkflows>=0.2.3
31+
- niworkflows>=0.2.4

fmriprep/info.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Base module variables
66
"""
77

8-
__version__ = '1.0.3-dev'
8+
__version__ = '1.0.3'
99
__author__ = 'The CRN developers'
1010
__copyright__ = 'Copyright 2017, Center for Reproducible Neuroscience, Stanford University'
1111
__credits__ = ['Craig Moodie', 'Ross Blair', 'Oscar Esteban', 'Chris Gorgolewski',
@@ -67,7 +67,7 @@
6767
'grabbit',
6868
'pybids>=0.4.2',
6969
'nitime',
70-
'niworkflows>=0.2.3',
70+
'niworkflows>=0.2.4',
7171
'statsmodels',
7272
'nipype',
7373
'seaborn',

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
niworkflows>=0.2.3
1+
niworkflows>=0.2.4

0 commit comments

Comments
 (0)