From 3f57b165e6d9b68aa0ebaf8010545e40cd33e51d Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Wed, 8 Jun 2016 20:50:36 +0200 Subject: [PATCH] v6.0.4 --- HISTORY.rst | 8 ++++++++ wakatime/__about__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index dc68838..c3fe1b1 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,14 @@ History ------- +6.0.4 (2016-06-08) +++++++++++++++++++ + +- Upgrade urllib3 to master version to fix bug causing unhandled retry + exceptions. +- Prevent tracking git branch with detached head. + + 6.0.3 (2016-05-21) ++++++++++++++++++ diff --git a/wakatime/__about__.py b/wakatime/__about__.py index d8eb88c..ba197b6 100644 --- a/wakatime/__about__.py +++ b/wakatime/__about__.py @@ -1,7 +1,7 @@ __title__ = 'wakatime' __description__ = 'Common interface to the WakaTime api.' __url__ = 'https://github.com/wakatime/wakatime' -__version_info__ = ('6', '0', '3') +__version_info__ = ('6', '0', '4') __version__ = '.'.join(__version_info__) __author__ = 'Alan Hamlett' __author_email__ = 'alan@wakatime.com'