From 21a6f1de24016a6e14e5059a85a963bb23a04e5c Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Fri, 2 Sep 2016 10:43:18 +0200 Subject: [PATCH] v6.0.8 --- HISTORY.rst | 10 ++++++++++ wakatime/__about__.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 8ee045e..db80177 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,16 @@ History ------- +6.0.8 (2016-09-02) +++++++++++++++++++ + +- Prevent encoding errors when logging files with special characters. +- Upgrade pytz to v2016.6.1. +- Upgrade requests to v2.11.1. +- Upgrade simplejson to v3.8.2. +- Upgrade tzlocal to v1.2.2. + + 6.0.7 (2016-07-06) ++++++++++++++++++ diff --git a/wakatime/__about__.py b/wakatime/__about__.py index f5f4317..d6d7377 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', '7') +__version_info__ = ('6', '0', '8') __version__ = '.'.join(__version_info__) __author__ = 'Alan Hamlett' __author_email__ = 'alan@wakatime.com'