Skip to content
Snippets Groups Projects
Commit df9f90cf authored by Andreas Mueller's avatar Andreas Mueller
Browse files

REL Version 0.16.0 (adjust __version__, links in docs)

parent 4aaaaae3
Branches
Tags
No related merge requests found
......@@ -2,7 +2,7 @@
<div class="container-index">
Documentation of scikit-learn 0.16.dev0
Documentation of scikit-learn 0.16.0
=======================================
.. raw:: html
......@@ -28,8 +28,9 @@ Documentation of scikit-learn 0.16.dev0
<!-- doc versions -->
<h2>Other Versions</h2>
<ul>
<li><a href="http://scikit-learn.org/stable/user_guide.html">scikit-learn 0.15 (stable)</a></li>
<li>scikit-learn 0.16 (development)</li>
<li><a href="http://scikit-learn.org/dev/user_guide.html">scikit-learn 0.17.dev0 (development)</a></li>
<li>scikit-learn 0.16 (stable)</li>
<li><a href="http://scikit-learn.org/0.15/user_guide.html">scikit-learn 0.15</a></li>
<li><a href="http://scikit-learn.org/0.14/user_guide.html">scikit-learn 0.14</a></li>
<li><a href="http://scikit-learn.org/0.13/user_guide.html">scikit-learn 0.13</a></li>
<li><a href="http://scikit-learn.org/0.12/user_guide.html">scikit-learn 0.12</a></li>
......
......@@ -37,7 +37,7 @@ warnings.filterwarnings('always', category=DeprecationWarning,
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
#
__version__ = '0.16b2'
__version__ = '0.16.0'
try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment