Skip to content

Commit 1c14b7b

Browse files
committed
rel(1.2.1): Update CHANGES [skip ci]
1 parent 5f4c5ad commit 1c14b7b

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.circleci/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,12 @@ jobs:
459459
workflows:
460460
version: 2
461461
build_deploy:
462+
triggers:
463+
- schedule:
464+
filters:
465+
branches:
466+
ignore:
467+
- gh-pages
462468
jobs:
463469
- cache_test_data:
464470
filters:

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
1.2.1 (April 01, 2020)
2+
======================
3+
A patch release to make SDCFlows more amicable to downstream software.
4+
5+
* MAINT: Migrate from versioneer to setuptools_scm (#97)
6+
* MAINT: Flexibilize dependencies -- nipype, niworkflows, pybids (#95)
7+
18
1.2.0 (February 15, 2020)
29
=========================
310
A minor version release that changes phasediff caclulations to improve robustness.

0 commit comments

Comments
 (0)