From 80046c61ec17031a3b0b65e79bae795d07cbc1f3 Mon Sep 17 00:00:00 2001 From: cclauss Date: Mon, 17 Mar 2014 13:14:25 +0100 Subject: [PATCH] Updated latest Python to 3.4.0 Updated python_stable_exact and python_stable_major for the Python 3.4.0 release. --- site/_config.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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', }