This commit is contained in:
Alan Hamlett 2015-01-06 11:38:26 -08:00
parent d233494a39
commit 038847e665
2 changed files with 8 additions and 1 deletions

View File

@ -3,6 +3,13 @@ History
-------
3.0.5 (2015-01-06)
++++++++++++++++++
- upgrade external wakatime package to v3.0.4
- remove unused dependency, which is missing in some python environments
3.0.4 (2014-12-26)
++++++++++++++++++

View File

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