diff --git a/HISTORY.rst b/HISTORY.rst index 677328a..f1abc43 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,13 @@ History ------- +2.0.21 (2014-12-22) +++++++++++++++++++ + +- upgrade external wakatime package to v2.1.11 +- fix bug in offline logging when no response from api + + 2.0.20 (2014-12-05) ++++++++++++++++++ diff --git a/WakaTime.py b/WakaTime.py index eb6b6cc..0a261a3 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.20' +__version__ = '2.0.21' import sublime import sublime_plugin