From d8bd3d3946d90985eb6eb6d3e181bde4c5d7d27c Mon Sep 17 00:00:00 2001
From: Gael Varoquaux <gael.varoquaux@normalesup.org>
Date: Wed, 7 Aug 2013 23:49:21 +0200
Subject: [PATCH] DOC: update documentation for release

---
 doc/conf.py           | 2 +-
 doc/documentation.rst | 7 ++++---
 doc/index.rst         | 4 ++--
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/doc/conf.py b/doc/conf.py
index c82fa8a0a1..2f6f41b3d3 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 9c7f2edc54..ae18dc29a4 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 fd672e563d..2d2c95b846 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>
 
-- 
GitLab