This commit is contained in:
Alan Hamlett 2016-07-06 23:26:31 +02:00
parent 52e6107c6e
commit b149d7fc87
2 changed files with 14 additions and 1 deletions

View file

@ -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)
++++++++++++++++++

View file

@ -7,7 +7,7 @@ Website: https://wakatime.com/
==========================================================="""
__version__ = '7.0.6'
__version__ = '7.0.7'
import sublime