v2.0.16
This commit is contained in:
parent
21395579ea
commit
7245cbeb58
2 changed files with 8 additions and 1 deletions
|
@ -3,6 +3,13 @@ History
|
|||
-------
|
||||
|
||||
|
||||
2.0.16 (2014-11-12)
|
||||
++++++++++++++++++
|
||||
|
||||
- upgrade external wakatime package to v2.1.4
|
||||
- when Python was not compiled with https support, log an error to the log file
|
||||
|
||||
|
||||
2.0.15 (2014-11-10)
|
||||
++++++++++++++++++
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ License: BSD, see LICENSE for more details.
|
|||
Website: https://wakatime.com/
|
||||
==========================================================="""
|
||||
|
||||
__version__ = '2.0.15'
|
||||
__version__ = '2.0.16'
|
||||
|
||||
import sublime
|
||||
import sublime_plugin
|
||||
|
|
Loading…
Reference in a new issue