v3.0.14
This commit is contained in:
parent
b801759cdf
commit
b671856341
2 changed files with 8 additions and 1 deletions
|
@ -3,6 +3,13 @@ History
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
||||||
|
3.0.14 (2015-03-31)
|
||||||
|
+++++++++++++++++++
|
||||||
|
|
||||||
|
- always use external python binary because ST builtin python does not support checking SSL certs
|
||||||
|
- upgrade wakatime cli to v4.0.6
|
||||||
|
|
||||||
|
|
||||||
3.0.13 (2015-03-23)
|
3.0.13 (2015-03-23)
|
||||||
+++++++++++++++++++
|
+++++++++++++++++++
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ Website: https://wakatime.com/
|
||||||
==========================================================="""
|
==========================================================="""
|
||||||
|
|
||||||
|
|
||||||
__version__ = '3.0.13'
|
__version__ = '3.0.14'
|
||||||
|
|
||||||
|
|
||||||
import sublime
|
import sublime
|
||||||
|
|
Loading…
Reference in a new issue