]> granicus.if.org Git - python/commitdiff
Update documentation index sidebar for 3.6.0 release.
authorNed Deily <nad@python.org>
Fri, 23 Dec 2016 09:12:46 +0000 (04:12 -0500)
committerNed Deily <nad@python.org>
Fri, 23 Dec 2016 09:12:46 +0000 (04:12 -0500)
Doc/tools/templates/indexsidebar.html

index 9e5c71f93cee8bec84a6a38165b77c7b9d455552..76071e85d796c593bff85d4ef2b2242ffc716509 100644 (file)
@@ -3,7 +3,7 @@
 <h3>{% trans %}Docs for other versions{% endtrans %}</h3>
 <ul>
   <li><a href="https://docs.python.org/3.5/">{% trans %}Python 3.5 (stable){% endtrans %}</a></li>
-  <li><a href="https://docs.python.org/3.6/">{% trans %}Python 3.6 (pre-release){% endtrans %}</a></li>
+  <li><a href="https://docs.python.org/3.6/">{% trans %}Python 3.6 (stable){% endtrans %}</a></li>
   <li><a href="https://docs.python.org/3.7/">{% trans %}Python 3.7 (in development){% endtrans %}</a></li>
   <li><a href="https://www.python.org/doc/versions/">{% trans %}Old versions{% endtrans %}</a></li>
 </ul>