File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ NiBabel
2222Most work on NiBabel so far has been by Matthew Brett (MB), Michael Hanke (MH)
2323and 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.
Original file line number Diff line number Diff line change 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 ,
You can’t perform that action at this time.
0 commit comments