Skip to content

Commit 50e6dc7

Browse files
committed
Merge tag '20.1.1'
20.1.1 (June 04, 2020) ====================== Bug-fix release in the 20.1.x series. * FIX: FreeSurfer license manipulation & canary (#2165) * FIX: Dismiss ``echo`` entity from SDC reports (#2160) * FIX: Ensure the command-line alias of ``--nprocs`` is respected (#2152) * MAINT: Use legacy pip/setuptools for py2 checking (#2156)
2 parents aa4bda4 + 7340c22 commit 50e6dc7

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGES.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
20.1.1 (June 04, 2020)
2+
======================
3+
Bug-fix release in the 20.1.x series.
4+
5+
* FIX: FreeSurfer license manipulation & canary (#2165)
6+
* FIX: Dismiss ``echo`` entity from SDC reports (#2160)
7+
* FIX: Ensure the command-line alias of ``--nprocs`` is respected (#2152)
8+
* MAINT: Use legacy pip/setuptools for py2 checking (#2156)
9+
110
20.1.0 (May 27, 2020)
211
=====================
312
The second minor release series of 2020 is finally here!

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ install_requires =
2727
nipype >= 1.5
2828
nitime
2929
nitransforms >= 20.0.0rc3,<20.2
30-
niworkflows ~= 1.2.3
30+
niworkflows ~= 1.2.5
3131
numpy
3232
pandas
3333
psutil >= 5.4

0 commit comments

Comments
 (0)