diff --git a/HISTORY.rst b/HISTORY.rst index 93dbc91..eb8b978 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,13 @@ History ------- +2.0.13 (2014-10-07) +++++++++++++++++++ + +- upgrade external wakatime package to v2.1.2 +- still log heartbeat when something goes wrong while reading num lines in file + + 2.0.12 (2014-09-30) ++++++++++++++++++ diff --git a/WakaTime.py b/WakaTime.py index 3374fc2..30f5d24 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.12' +__version__ = '2.0.13' import sublime import sublime_plugin