diff --git a/HISTORY.rst b/HISTORY.rst index 03ebc07..5738746 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,19 @@ History ------- +7.0.7 (2016-07-06) +++++++++++++++++++ + +- Upgrade wakatime-cli to v6.0.7. +- Handle unknown exceptions from requests library by deleting cached session + object because it could be from a previous conflicting version. +- New hostname setting in config file to set machine hostname. Hostname + argument takes priority over hostname from config file. +- Prevent logging unrelated exception when logging tracebacks. +- Use correct namespace for pygments.lexers.ClassNotFound exception so it is + caught when dependency detection not available for a language. + + 7.0.6 (2016-06-13) ++++++++++++++++++ diff --git a/WakaTime.py b/WakaTime.py index eebbac5..dbf6e4a 100644 --- a/WakaTime.py +++ b/WakaTime.py @@ -7,7 +7,7 @@ Website: https://wakatime.com/ ===========================================================""" -__version__ = '7.0.6' +__version__ = '7.0.7' import sublime