From eaa3bb518002c3c61546d9a951897012ba7febfe Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Sat, 15 Oct 2016 16:16:39 +0200 Subject: [PATCH] use python v3.5.2 --- WakaTime.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WakaTime.py b/WakaTime.py index d54e0a7..145cdb6 100644 --- a/WakaTime.py +++ b/WakaTime.py @@ -1,5 +1,5 @@ """ ========================================================== -File: WakaTime.py +fFile: WakaTime.py Description: Automatic time tracking for Sublime Text 2 and 3. Maintainer: WakaTime License: BSD, see LICENSE for more details. @@ -575,7 +575,7 @@ class DownloadPython(threading.Thread): def run(self): log(INFO, 'Downloading embeddable Python...') - ver = '3.5.0' + ver = '3.5.2' arch = 'amd64' if platform.architecture()[0] == '64bit' else 'win32' url = 'https://www.python.org/ftp/python/{ver}/python-{ver}-embed-{arch}.zip'.format( ver=ver,