Skip to content

Commit f26da05

Browse files
authored
Merge pull request #1530 from satra/rel/0.12.0
rel 0.12.0
2 parents 0d15f68 + d5ff9ce commit f26da05

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

CHANGES

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Release 0.12.0-rc2 (June 19, 2016)
2-
============
1+
Release 0.12.0 (July 12, 2016)
2+
==============================
33

44
* ENH: New interface for Bruker to Nifti converter (https://github.com/nipy/nipype/pull/1523)
55
* FIX: output file naming for FIRST outputs (https://github.com/nipy/nipype/pull/1524)
@@ -41,7 +41,7 @@ Release 0.12.0-rc2 (June 19, 2016)
4141
(https://github.com/nipy/nipype/pull/1460)
4242

4343
Release 0.11.0 (September 15, 2015)
44-
============
44+
===================================
4545

4646
* API: Change how hash values are computed (https://github.com/nipy/nipype/pull/1174)
4747
* ENH: New algorithm: mesh.WarpPoints applies displacements fields to point sets
@@ -127,7 +127,7 @@ Release 0.11.0 (September 15, 2015)
127127
(https://github.com/nipy/nipype/pull/1142)
128128

129129
Release 0.10.0 (October 10, 2014)
130-
============
130+
=================================
131131

132132
* ENH: New miscelaneous interfaces: SplitROIs (mapper), MergeROIs (reducer)
133133
to enable parallel processing of very large images.
@@ -171,19 +171,19 @@ Release 0.10.0 (October 10, 2014)
171171
* FIX: Update for FSL 5.0.7 which deprecated Contrast Manager
172172

173173
Release 0.9.2 (January 31, 2014)
174-
============
174+
================================
175175

176176
* FIX: DataFinder was broken due to a typo
177177
* FIX: Order of DataFinder outputs was not guaranteed, it's human sorted now
178178
* ENH: New interfaces: Vnifti2Image, VtoMat
179179

180180
Release 0.9.1 (December 25, 2013)
181-
============
181+
=================================
182182

183183
* FIX: installation issues
184184

185185
Release 0.9.0 (December 20, 2013)
186-
============
186+
=================================
187187

188188
* ENH: SelectFiles: a streamlined version of DataGrabber
189189
* ENH: new tools for defining workflows: JoinNode, synchronize and itersource

nipype/info.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"""
55

66

7-
# nipy version information. An empty _version_extra corresponds to a
7+
# nipype version information. An empty _version_extra corresponds to a
88
# full release. '.dev' as a _version_extra string means this is a development
99
# version
1010
_version_major = 0
1111
_version_minor = 12
1212
_version_micro = 0
13-
_version_extra = '-rc2' # Remove -dev for release
13+
_version_extra = '' # Remove -dev for release
1414

1515

1616
def get_nipype_gitversion():

0 commit comments

Comments
 (0)