v6.0.7
This commit is contained in:
parent
c64f125dc4
commit
443215bd90
2 changed files with 7 additions and 1 deletions
|
@ -3,6 +3,12 @@ History
|
|||
-------
|
||||
|
||||
|
||||
6.0.7 (2016-03-11)
|
||||
++++++++++++++++++
|
||||
|
||||
- Fix bug causing RuntimeError when finding Python location
|
||||
|
||||
|
||||
6.0.6 (2016-03-06)
|
||||
++++++++++++++++++
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ Website: https://wakatime.com/
|
|||
==========================================================="""
|
||||
|
||||
|
||||
__version__ = '6.0.6'
|
||||
__version__ = '6.0.7'
|
||||
|
||||
|
||||
import sublime
|
||||
|
|
Loading…
Reference in a new issue