Skip to content

Commit 982e3d6

Browse files
committed
REL: release 2.0.0
Thanks to everyone who contributed, see Changelog
1 parent bf53484 commit 982e3d6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Changelog

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ NiBabel
2222
Most work on NiBabel so far has been by Matthew Brett (MB), Michael Hanke (MH)
2323
and Stephan Gerhard (SG).
2424

25-
* 2.0.0 (soon)
25+
* 2.0.0 (Tuesday 9 December 2014)
2626

2727
This release had large contributions from Eric Larson, Brendan Moloney,
2828
Nolan Nichols, Basile Pinsard, Chris Johnson and Nikolaas N. Oosterhof.

nibabel/info.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
# nibabel version information. An empty _version_extra corresponds to a
77
# full release. '.dev' as a _version_extra string means this is a development
88
# version
9-
_version_major = 1
10-
_version_minor = 4
9+
_version_major = 2
10+
_version_minor = 0
1111
_version_micro = 0
12-
_version_extra = 'dev'
13-
#_version_extra = ''
12+
# _version_extra = 'dev'
13+
_version_extra = ''
1414

1515
# Format expected by setup.py and doc/source/conf.py: string of form "X.Y.Z"
1616
__version__ = "%s.%s.%s%s" % (_version_major,

0 commit comments

Comments
 (0)