From 68fe9aa58c139e3a6f8c9188760bb237added7d6 Mon Sep 17 00:00:00 2001
From: Benjamin Peterson <benjamin@python.org>
Date: Wed, 27 May 2015 18:32:25 -0500
Subject: update for 3.6 emerging

---
 Doc/tools/static/version_switch.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Doc/tools/static/version_switch.js b/Doc/tools/static/version_switch.js
index edb025b..7289a4d 100644
--- a/Doc/tools/static/version_switch.js
+++ b/Doc/tools/static/version_switch.js
@@ -2,7 +2,8 @@
   'use strict';
 
   var all_versions = {
-    '3.5': 'dev (3.5)',
+    '3.6': 'dev (3.6)',
+    '3.5': '3.5',
     '3.4': '3.4',
     '3.3': '3.3',
     '3.2': '3.2',
-- 
cgit v0.12