This commit is contained in:
Alan Hamlett 2015-02-12 19:08:59 -08:00
parent 8817afb3f3
commit 30ce2e3067
2 changed files with 9 additions and 1 deletions

View File

@ -3,6 +3,14 @@ History
-------
3.0.7 (2015-02-12)
++++++++++++++++++
- upgrade external wakatime-cli to v4.0.0
- use requests library instead of urllib2, so api SSL cert is verified
- new proxy config file item for https proxy support
3.0.6 (2015-01-19)
++++++++++++++++++

View File

@ -6,7 +6,7 @@
" Website: https://wakatime.com/
" ============================================================================
let s:VERSION = '3.0.6'
let s:VERSION = '3.0.7'
" Init {{{