From 1337f91741b26850aec01af04ea328ec6e9dcce9 Mon Sep 17 00:00:00 2001 From: Andrew Kuchling Date: Fri, 31 Jan 2014 17:10:48 -0500 Subject: [PATCH] Write updated text for Python 3.4 --- site/_config.py | 4 +-- site/_templates/sections/download.mako | 39 +++++++++++++++++--------- 2 files changed, 28 insertions(+), 15 deletions(-) diff --git a/site/_config.py b/site/_config.py index fc2bac6..9288a0a 100644 --- a/site/_config.py +++ b/site/_config.py @@ -25,10 +25,10 @@ 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.3', + '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', + 'python_stable_major': '3.4', } diff --git a/site/_templates/sections/download.mako b/site/_templates/sections/download.mako index e5a1a5e..ee3e971 100644 --- a/site/_templates/sections/download.mako +++ b/site/_templates/sections/download.mako @@ -3,19 +3,32 @@ new things added: