diff --git a/site/_config.py b/site/_config.py index a8605fc..7ec97a5 100644 --- a/site/_config.py +++ b/site/_config.py @@ -23,12 +23,12 @@ ] site.template_vars = { - # The full version number of the latest stable version, e.g. 3.3.0 - # or 3.4.2. - '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', # Version number of latest stable version, leaving off the minor number - # e.g. 3.3 or 3.4. - 'python_stable_major': '3.3', + # e.g. 3.4 or 3.5. + 'python_stable_major': '3.4', }