From 048c21c084d52d12b3c199e2261c17f639b74116 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Sun, 30 Nov 2014 22:20:46 -0800 Subject: [PATCH] v2.0.13 --- HISTORY.rst | 8 ++++++++ plugin/wakatime.vim | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index f6cb08b..41023ff 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,14 @@ History ------- +2.0.13 (2014-11-30) ++++++++++++++++++++ + +- upgrade external wakatime package to v2.1.7 +- upgrade pygments to v2.0.1 +- always log an error when api key is incorrect + + 2.0.12 (2014-11-18) +++++++++++++++++++ diff --git a/plugin/wakatime.vim b/plugin/wakatime.vim index 1f1e96c..4cfcc49 100644 --- a/plugin/wakatime.vim +++ b/plugin/wakatime.vim @@ -6,7 +6,7 @@ " Website: https://wakatime.com/ " ============================================================================ -let s:VERSION = '2.0.12' +let s:VERSION = '2.0.13' " Init {{{