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 {{{