There was an error while loading. Please reload this page.
2 parents 60778c4 + 80046c6 commit 04dcdf0Copy full SHA for 04dcdf0
1 file changed
site/_config.py
@@ -23,12 +23,12 @@
23
]
24
25
site.template_vars = {
26
- # The full version number of the latest stable version, e.g. 3.3.0
27
- # or 3.4.2.
28
- 'python_stable_exact': '3.3.5',
+ # The full version number of the latest stable version, e.g. 3.4.0
+ # or 3.5.2.
+ 'python_stable_exact': '3.4.0',
29
30
# Version number of latest stable version, leaving off the minor number
31
- # e.g. 3.3 or 3.4.
32
- 'python_stable_major': '3.3',
+ # e.g. 3.4 or 3.5.
+ 'python_stable_major': '3.4',
33
34
}
0 commit comments