8000 MAINT preparing the 0.15.1 release · pletelli/scikit-learn@d490693 · GitHub
[go: up one dir, main page]

Skip to content

Commit d490693

Browse files
committed
MAINT preparing the 0.15.1 release
1 parent de9de2d commit d490693

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
# built documents.
6969
#
7070
# The short X.Y version.
71-
version = '0.15.0'
71+
version = '0.15.1'
7272
# The full version, including alpha/beta/rc tags.
7373
import sklearn
7474
release = sklearn.__version__

doc/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@
253253
<li><em>On-going development:</em>
254254
<a href="whats_new.html"><em>What's new</em> (changelog)</a>
255255
</li>
256+
<li><em>August 2014.</em> scikit-learn 0.15.1 is available for download (<a href="whats_new.html">Changelog</a>).
256257
<li><em>July 2014.</em> scikit-learn 0.15.0 is available for download (<a href="whats_new.html">Changelog</a>).
257258
</li>
258259
<li><em>July 14-20th, 2014: international sprint.</em>

sklearn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import sys
1616
import re
1717
import warnings
18-
__version__ = '0.15.0'
18+
__version__ = '0.15.1'
1919

2020
# Make sure that DeprecationWarning within this package always gets printed
2121
warnings.filterwarnings('always', category=DeprecationWarning,

0 commit comments

Comments
 (0)
0