From 83f4a29a15c0ffca4839e5fcb2394b45ba694002 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Tue, 14 Oct 2014 11:03:41 -0700 Subject: [PATCH] v2.0.14 --- HISTORY.rst | 6 ++++++ WakaTime.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index eb8b978..e18791f 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,12 @@ History ------- +2.0.14 (2014-10-14) +++++++++++++++++++ + +- popup error message if Python binary not found + + 2.0.13 (2014-10-07) ++++++++++++++++++ diff --git a/WakaTime.py b/WakaTime.py index a6c772c..8cdb27f 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.13' +__version__ = '2.0.14' import sublime import sublime_plugin