From 2134f5bbfcbd86cfcb4b1b2d1f013342a729abf9 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Tue, 30 Sep 2014 09:24:48 -0700 Subject: [PATCH] v2.0.7 --- HISTORY.rst | 7 +++++++ plugin/wakatime.vim | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 242bd1e..12463df 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,13 @@ History ------- +2.0.7 (2014-09-30) +++++++++++++++++++ + +- upgrade external wakatime package to v2.1.0 +- python3 compatibility changes + + 2.0.6 (2014-08-29) ++++++++++++++++++ diff --git a/plugin/wakatime.vim b/plugin/wakatime.vim index ad0656f..459e07c 100644 --- a/plugin/wakatime.vim +++ b/plugin/wakatime.vim @@ -6,7 +6,7 @@ " Website: https://wakatime.com/ " ============================================================================ -let s:VERSION = '2.0.6' +let s:VERSION = '2.0.7' " Init {{{