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