From 7245cbeb5875cd03067cdb4a965eb538c8ab23d0 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Wed, 12 Nov 2014 20:11:51 -0800 Subject: [PATCH] v2.0.16 --- HISTORY.rst | 7 +++++++ WakaTime.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 898f221..d834cef 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,13 @@ History ------- +2.0.16 (2014-11-12) +++++++++++++++++++ + +- upgrade external wakatime package to v2.1.4 +- when Python was not compiled with https support, log an error to the log file + + 2.0.15 (2014-11-10) ++++++++++++++++++ diff --git a/WakaTime.py b/WakaTime.py index eb8e04e..53e7716 100644 --- a/WakaTime.py +++ b/WakaTime.py @@ -6,7 +6,7 @@ License: BSD, see LICENSE for more details. Website: https://wakatime.com/ ===========================================================""" -__version__ = '2.0.15' +__version__ = '2.0.16' import sublime import sublime_plugin