Skip to content

Commit 13402fc

Browse files
committed
Backport 3.7.0 final changes
1 parent f381cfe commit 13402fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doc/tools/static/version_switch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
var all_versions = {
55
'3.8': 'dev (3.8)',
6-
'3.7': 'dev (3.7)',
6+
'3.7': '3.7',
77
'3.6': '3.6',
88
'3.5': '3.5',
99
'2.7': '2.7',

Doc/tools/templates/indexsidebar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ <h3>{% trans %}Download{% endtrans %}</h3>
33
<h3>{% trans %}Docs for other versions{% endtrans %}</h3>
44
<ul>
55
<li><a href="https://docs.python.org/3.8/">{% trans %}Python 3.8 (in development){% endtrans %}</a></li>
6-
<li><a href="https://docs.python.org/3.7/">{% trans %}Python 3.7 (pre-release){% endtrans %}</a></li>
6+
<li><a href="https://docs.python.org/3.7/">{% trans %}Python 3.7 (stable){% endtrans %}</a></li>
77
<li><a href="https://docs.python.org/3.6/">{% trans %}Python 3.6 (stable){% endtrans %}</a></li>
88
<li><a href="https://docs.python.org/2.7/">{% trans %}Python 2.7 (stable){% endtrans %}</a></li>
99
<li><a href="https://www.python.org/doc/versions/">{% trans %}Old versions{% endtrans %}</a></li>

0 commit comments

Comments
 (0)