File tree 3 files changed +3
-2
lines changed 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 68
68
# built documents.
69
69
#
70
70
# The short X.Y version.
71
- version = '0.15.0 '
71
+ version = '0.15.1 '
72
72
# The full version, including alpha/beta/rc tags.
73
73
import sklearn
74
74
release = sklearn .__version__
Original file line number Diff line number Diff line change 253
253
<li ><em >On-going development:</em >
254
254
<a href =" whats_new.html" ><em >What's new</em > (changelog)</a >
255
255
</li >
256
+ <li ><em >August 2014.</em > scikit-learn 0.15.1 is available for download (<a href =" whats_new.html" >Changelog</a >).
256
257
<li ><em >July 2014.</em > scikit-learn 0.15.0 is available for download (<a href =" whats_new.html" >Changelog</a >).
257
258
</li >
258
259
<li ><em >July 14-20th, 2014: international sprint.</em >
Original file line number Diff line number Diff line change 15
15
import sys
16
16
import re
17
17
import warnings
18
- __version__ = '0.15.0 '
18
+ __version__ = '0.15.1 '
19
19
20
20
# Make sure that DeprecationWarning within this package always gets printed
21
21
warnings .filterwarnings ('always' , category = DeprecationWarning ,
You can’t perform that action at this time.
0 commit comments