v2.0.17
This commit is contained in:
parent
b1d344cb46
commit
5e2e1be779
2 changed files with 8 additions and 1 deletions
|
@ -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)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue