Skip to content

Commit

Permalink
v7.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
alanhamlett committed Jul 6, 2016
1 parent 52e6107 commit b149d7f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion WakaTime.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
==========================================================="""


__version__ = '7.0.6'
__version__ = '7.0.7'


import sublime
Expand Down

0 comments on commit b149d7f

Please sign in to comment.