This commit is contained in:
Alan Hamlett 2014-11-18 16:00:59 -08:00
parent b1d344cb46
commit 5e2e1be779
2 changed files with 8 additions and 1 deletions

View File

@ -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) 2.0.16 (2014-11-12)
++++++++++++++++++ ++++++++++++++++++

View File

@ -6,7 +6,7 @@ License: BSD, see LICENSE for more details.
Website: https://wakatime.com/ Website: https://wakatime.com/
===========================================================""" ==========================================================="""
__version__ = '2.0.16' __version__ = '2.0.17'
import sublime import sublime
import sublime_plugin import sublime_plugin