From 9367f15ef146abdeebced64a52cbc5e466521968 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Wed, 12 Nov 2014 19:35:42 -0800 Subject: [PATCH] v2.0.11 --- HISTORY.rst | 9 ++++++++- plugin/wakatime.vim | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 6fb9fe6..4b3bf84 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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 diff --git a/plugin/wakatime.vim b/plugin/wakatime.vim index 42e35d0..34fdd3c 100644 --- a/plugin/wakatime.vim +++ b/plugin/wakatime.vim @@ -6,7 +6,7 @@ " Website: https://wakatime.com/ " ============================================================================ -let s:VERSION = '2.0.10' +let s:VERSION = '2.0.11' " Init {{{