From 49c30c9b89c1258076e388f81dc9478d8f2f5d2e Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Tue, 6 Jan 2015 11:36:39 -0800 Subject: [PATCH] v3.0.4 --- HISTORY.rst | 7 +++++++ plugin/wakatime.vim | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index fb04b4e..33d413b 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,13 @@ History ------- +3.0.4 (2015-01-06) +++++++++++++++++++ + +- upgrade external wakatime package to v3.0.4 +- remove unused dependency, which is missing in some python environments + + 3.0.3 (2014-12-25) ++++++++++++++++++ diff --git a/plugin/wakatime.vim b/plugin/wakatime.vim index 078cfe6..1002afa 100644 --- a/plugin/wakatime.vim +++ b/plugin/wakatime.vim @@ -6,7 +6,7 @@ " Website: https://wakatime.com/ " ============================================================================ -let s:VERSION = '3.0.3' +let s:VERSION = '3.0.4' " Init {{{