diff --git a/HISTORY.rst b/HISTORY.rst index 66a0f94..3ea7bb0 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,15 @@ History ------- +4.0.9 (2016-04-18) +++++++++++++++++++ + +- Upgrade wakatime-cli to v5.0.0. +- Support regex patterns in projectmap config section for renaming projects. +- Upgrade pytz to v2016.3. +- Upgrade tzlocal to v1.2.2. + + 4.0.8 (2016-03-06) ++++++++++++++++++ @@ -486,4 +495,3 @@ History ++++++++++++++++++ - Birth - diff --git a/plugin/wakatime.vim b/plugin/wakatime.vim index 69a60b3..9680f73 100644 --- a/plugin/wakatime.vim +++ b/plugin/wakatime.vim @@ -6,7 +6,7 @@ " Website: https://wakatime.com/ " ============================================================================ -let s:VERSION = '4.0.8' +let s:VERSION = '4.0.9' " Init {{{