From a334037361d57c9da40f017a6f6e0514a7782f38 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Sun, 29 Oct 2017 12:50:45 -0700 Subject: [PATCH] changes for v6.0.3 --- HISTORY.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index fbd0a7a..41b80a8 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,19 @@ History ------- +6.0.3 (2017-10-29) +++++++++++++++++++ + +- Upgrade wakatime-cli to v8.0.5. +- Allow passing string arguments wrapped in extra quotes for plugins which + cannot properly escape spaces in arguments. +- Upgrade pytz to v2017.2. +- Upgrade requests to v2.18.4. +- Upgrade tzlocal to v1.4. +- Use WAKATIME_HOME env variable for offline and session caching. + `wakatime#102 `_ + + 6.0.2 (2017-10-19) ++++++++++++++++++