diff --git a/doc/conf.py b/doc/conf.py index c82fa8a0a14ecbcdd12b804a79353a230c0362e8..2f6f41b3d3160a96ea0de41e9086fa3c4efdd9d8 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -68,7 +68,7 @@ copyright = u('2010 - 2013, scikit-learn developers (BSD License)') # built documents. # # The short X.Y version. -version = '0.14-git' +version = '0.14' # The full version, including alpha/beta/rc tags. import sklearn release = sklearn.__version__ diff --git a/doc/documentation.rst b/doc/documentation.rst index 9c7f2edc540569c3a190b3aa4e72d7226b7688f8..ae18dc29a499c4f3f140a06f00713b20379bf5f1 100644 --- a/doc/documentation.rst +++ b/doc/documentation.rst @@ -2,7 +2,7 @@ <div class="container-index"> -Documentation of scikit-learn 0.13 +Documentation of scikit-learn 0.14 ================================== .. raw:: html @@ -78,9 +78,10 @@ Documentation of scikit-learn 0.13 <div class="span4 box"> <h2>Other Versions</h2> <ul> - <li><a href="http://scikit-learn.org/0.13/user_guide.html">scikit-learn 0.13 (stable)</a></li> - <li>scikit-learn 0.14 (development)</li> + <li>scikit-learn 0.14 (stable)</li> + <li><a href="http://scikit-learn.org/0.15/user_guide.html">scikit-learn 0.15 (development)</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> <li><a href="http://scikit-learn.org/0.11/user_guide.html">scikit-learn 0.11</a></li> <li><a href="http://scikit-learn.org/0.10/user_guide.html">scikit-learn 0.10</a></li> diff --git a/doc/index.rst b/doc/index.rst index fd672e563d68c6c96d9b7d31207418765b68a1fa..2d2c95b84634d4c83649f113b321bdeb1fb3ea2a 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -252,6 +252,8 @@ <li><em>On-going development:</em> <a href="whats_new.html"><em>What's new</em> (changelog)</a> </li> + <li><em>August 2013.</em> scikit-learn 0.14 is available for download (<a href="whats_new.html">Changelog</a>). + </li> <li><em>July 22-28th, 2013: international sprint.</em> During this week-long sprint, we gathered most of the core developers in Paris. @@ -260,8 +262,6 @@ and <a href="http://www.tinyclues.com/">tinyclues</a>, and donations that helped fund this event. - <li><em>February 2013.</em> scikit-learn 0.13.1 is available for download (<a href="whats_new.html">Changelog</a>). - </li> </ul> </div>