This commit is contained in:
Alan Hamlett 2014-11-12 19:35:42 -08:00
parent ce324defc4
commit 9367f15ef1
2 changed files with 9 additions and 2 deletions

View File

@ -3,8 +3,15 @@ History
-------
2.0.11 (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.10 (2014-11-10)
++++++++++++++++++
+++++++++++++++++++
- upgrade external wakatime package to v2.1.3
- correctly detect branch for subversion projects

View File

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