From da4c6b290e22592ab178b47dcdfed89f6fc0f4f0 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Wed, 8 Jun 2016 20:47:23 +0200 Subject: [PATCH] v4.0.12 --- HISTORY.rst | 9 +++++++++ plugin/wakatime.vim | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index cdb821e..daf8f38 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,15 @@ History ------- +4.0.12 (2016-06-08) +++++++++++++++++++ + +- Upgrade wakatime-cli to master version to fix bug in urllib3 package causing + unhandled retry exceptions. +- Prevent tracking git branch with detached head. +- Support for SOCKS proxies. + + 4.0.11 (2016-05-16) ++++++++++++++++++ diff --git a/plugin/wakatime.vim b/plugin/wakatime.vim index 5a22a0f..c601dfb 100644 --- a/plugin/wakatime.vim +++ b/plugin/wakatime.vim @@ -6,7 +6,7 @@ " Website: https://wakatime.com/ " ============================================================================ -let s:VERSION = '4.0.11' +let s:VERSION = '4.0.12' " Init {{{