summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2016-12-23 09:17:38 (GMT)
committerNed Deily <nad@python.org>2016-12-23 09:17:38 (GMT)
commit9800686714518d5de0c72a9cb22bb6a33f9bec62 (patch)
treef8c1473a8f8e2ac482d835dd304102dc91c25596
parent190042a48f9ba58261c89a0d88775b8088214f3f (diff)
parent6df6676c28a6c63b71f992ab872b285e2282e4fd (diff)
downloadcpython-9800686714518d5de0c72a9cb22bb6a33f9bec62.zip
cpython-9800686714518d5de0c72a9cb22bb6a33f9bec62.tar.gz
cpython-9800686714518d5de0c72a9cb22bb6a33f9bec62.tar.bz2
Update documentation index sidebar for 3.6.0 release.
-rw-r--r--Doc/tools/templates/indexsidebar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/templates/indexsidebar.html b/Doc/tools/templates/indexsidebar.html
index 5067c6e..72a4d7a 100644
--- a/Doc/tools/templates/indexsidebar.html
+++ b/Doc/tools/templates/indexsidebar.html
@@ -4,7 +4,7 @@
<ul>
<li><a href="https://docs.python.org/2.7/">{% trans %}Python 2.7 (stable){% endtrans %}</a></li>
<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://www.python.org/doc/versions/">{% trans %}Old versions{% endtrans %}</a></li>
</ul>