8000 REL Version 0.16.0 (adjust __version__, links in docs) · lithuak/scikit-learn@df9f90c · GitHub
[go: up one dir, main page]

Skip to content

Commit df9f90c

Browse files
committed
REL Version 0.16.0 (adjust __version__, links in docs)
1 parent 4aaaaae commit df9f90c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

doc/documentation.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<div class="container-index">
44

5-
Documentation of scikit-learn 0.16.dev0
5+
Documentation of scikit-learn 0.16.0
66
=======================================
77

88
.. raw:: html
@@ -28,8 +28,9 @@ Documentation of scikit-learn 0.16.dev0
2828
<!-- doc versions -->
2929
<h2>Other Versions</h2>
3030
<ul>
31-
<li><a href="http://scikit-learn.org/stable/user_guide.html">scikit-learn 0.15 (stable)</a></li>
32-
<li>scikit-learn 0.16 (development)</li>
31+
<li><a href="http://scikit-learn.org/dev/user_guide.html">scikit-learn 0.17.dev0 (development)</a></li>
32+
<li>scikit-learn 0.16 (stable)</li>
33+
<li><a href="http://scikit-learn.org/0.15/user_guide.html">scikit-learn 0.15</a></li>
3334
<li><a href="http://scikit-learn.org/0.14/user_guide.html">scikit-learn 0.14</a></li>
3435
<li><a href="http://scikit-learn.org/0.13/user_guide.html">scikit-learn 0.13</a></li>
3536
<li><a href="http://scikit-learn.org/0.12/user_guide.html">scikit-learn 0.12</a></li>

sklearn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
3838
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
3939
#
40-
__version__ = '0.16b2'
40+
__version__ = '0.16.0'
4141

4242

4343
try:

0 commit comments

Comments
 (0)
0