File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ NiBabel
22
22
Most work on NiBabel so far has been by Matthew Brett (MB), Michael Hanke (MH)
23
23
and Stephan Gerhard (SG).
24
24
25
- * 2.0.0 (soon )
25
+ * 2.0.0 (Tuesday 9 December 2014 )
26
26
27
27
This release had large contributions from Eric Larson, Brendan Moloney,
28
28
Nolan Nichols, Basile Pinsard, Chris Johnson and Nikolaas N. Oosterhof.
Original file line number Diff line number Diff line change 6
6
# nibabel version information. An empty _version_extra corresponds to a
7
7
# full release. '.dev' as a _version_extra string means this is a development
8
8
# version
9
- _version_major = 1
10
- _version_minor = 4
9
+ _version_major = 2
10
+ _version_minor = 0
11
11
_version_micro = 0
12
- _version_extra = 'dev'
13
- # _version_extra = ''
12
+ # _version_extra = 'dev'
13
+ _version_extra = ''
14
14
15
15
# Format expected by setup.py and doc/source/conf.py: string of form "X.Y.Z"
16
16
__version__ = "%s.%s.%s%s" % (_version_major ,
You can’t perform that action at this time.
0 commit comments