Skip to content

Commit

Permalink
v7.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
alanhamlett committed Sep 22, 2016
1 parent 24d0f65 commit 5e17ad8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ History
-------


7.0.10 (2016-09-22)
++++++++++++++++++

- Handle UnicodeDecodeError when looking for python. Fixes #68.
- Upgrade wakatime-cli to v6.0.9.


7.0.9 (2016-09-02)
++++++++++++++++++

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.9'
__version__ = '7.0.10'


import sublime
Expand Down

0 comments on commit 5e17ad8

Please sign in to comment.