Skip to content

Commit ff539cd

Browse files
authored
Merge pull request #3069 from nipy/rel/1.3.0rc1
REL: 1.3.0-rc1
2 parents 5976769 + f35d7a7 commit ff539cd

File tree

7 files changed

+158
-114
lines changed

7 files changed

+158
-114
lines changed

Diff for: .circleci/config.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,7 @@ jobs:
339339
- run:
340340
name: Check pypi preconditions
341341
command: |
342+
pyenv local 3.6.5
342343
pip install --upgrade pip twine future wheel readme_renderer setuptools
343344
python setup.py sdist bdist_wheel
344345
twine check dist/*
@@ -353,7 +354,7 @@ jobs:
353354
- run:
354355
name: Validate Python 3 installation
355356
command: |
356-
pyenv local 3.5.2
357+
pyenv local 3.6.5
357358
pip install --upgrade pip
358359
pip install dist/nipype-*-py2.py3-none-any.whl
359360
# Futures should not install in Python 3
@@ -388,6 +389,7 @@ jobs:
388389
- run:
389390
name: Deploy to PyPI
390391
command: |
392+
pyenv local 3.6.5
391393
pip install --upgrade twine future wheel readme_renderer setuptools
392394
python setup.py check -r -s
393395
python setup.py sdist bdist_wheel

Diff for: .mailmap

+3
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ Horea Christian <[email protected]> <[email protected]>
7070
Isaac Schwabacher <[email protected]>
7171
Jakub Kaczmarzyk <[email protected]>
7272
James Kent <[email protected]>
73+
James Kent <[email protected]> Fred Mertz <[email protected]>
7374
Janosch Linkersdörfer <[email protected]>
7475
Jason Wong <[email protected]>
7576
@@ -80,6 +81,7 @@ Joerg Stadler <[email protected]> <[email protected]>
8081
8182
8283
John A. Lee <[email protected]>
84+
8385
Joke Durnez <[email protected]>
8486
8587
Junhao WEN <[email protected]>
@@ -151,6 +153,7 @@ Shariq Iqbal <[email protected]>
151153
152154
Shoshana Berleant <[email protected]> Shoshana Berleant <nope>
153155
156+
Shoshana Berleant <[email protected]> Ubuntu <[email protected]>
154157
Simon Rothmei <[email protected]>
155158
156159

0 commit comments

Comments
 (0)