Skip to content

Commit 9dbcf97

Browse files
committed
REL: 1.1.1 prep
1 parent aeb0874 commit 9dbcf97

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

doc/changelog/1.X.X-changelog

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
1.1.1 (July 30, 2018)
2+
=====================
3+
4+
##### [Full changelog](https://github.com/nipy/nipype/milestone/22?closed=1)
5+
6+
* FIX: Copy FSCommand.version to ReconAll.version (https://github.com/nipy/nipype/pull/2656)
7+
* FIX: Various BIDSDataGrabber fixes (https://github.com/nipy/nipype/pull/2651)
8+
* FIX: changing Node._output_dir to realpath (https://github.com/nipy/nipype/pull/2639)
9+
* FIX: Typo in DWIExtract of Mrtrix3interface (https://github.com/nipy/nipype/pull/2634)
10+
* FIX: Typo in FSLXCommandInputSpec (https://github.com/nipy/nipype/pull/2628)
11+
* ENH: Allow transform to be saved from AFNI 3dWarp (https://github.com/nipy/nipype/pull/2642)
12+
* ENH: Allow BIDS-style slice timings to be passed directly to TShift (https://github.com/nipy/nipype/pull/2608)
13+
* ENH: S3 access using instance role (https://github.com/nipy/nipype/pull/2621)
14+
* ENH Minor improvements to PR template (https://github.com/nipy/nipype/pull/2636)
15+
* TEST: make specs (https://github.com/nipy/nipype/pull/2653)
16+
* DOC: update neurodocker tutorial for neurodocker version 0.4.0 (https://github.com/nipy/nipype/pull/2647)
17+
* MAINT: Make pytest-xdist a dependency (https://github.com/nipy/nipype/pull/2649)
18+
19+
120
1.1.0 (July 04, 2018)
221
=====================
322

doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
# The short X.Y version.
8383
version = nipype.__version__
8484
# The full version, including alpha/beta/rc tags.
85-
release = "1.1.0"
85+
release = "1.1.1"
8686

8787
# The language for content autogenerated by Sphinx. Refer to documentation
8888
# for a list of supported languages.

nipype/info.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# full release. '.dev' as a version_extra string means this is a development
1212
# version
1313
# Remove -dev for release
14-
__version__ = '1.1.1-dev'
14+
__version__ = '1.1.1'
1515

1616

1717
def get_nipype_gitversion():

0 commit comments

Comments
 (0)