diff --git a/HISTORY.rst b/HISTORY.rst index d834cef..dfa18dc 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,13 @@ History ------- +2.0.17 (2014-11-18) +++++++++++++++++++ + +- upgrade external wakatime package to v2.1.6 +- fix list index error when detecting subversion project + + 2.0.16 (2014-11-12) ++++++++++++++++++ diff --git a/WakaTime.py b/WakaTime.py index 53e7716..a9c9004 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.16' +__version__ = '2.0.17' import sublime import sublime_plugin