This commit is contained in:
Alan Hamlett 2014-11-12 20:11:51 -08:00
parent 21395579ea
commit 7245cbeb58
2 changed files with 8 additions and 1 deletions

View File

@ -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) 2.0.15 (2014-11-10)
++++++++++++++++++ ++++++++++++++++++

View File

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