This commit is contained in:
Alan Hamlett 2016-01-01 23:09:08 -08:00
parent c537044801
commit 32eadda81f
2 changed files with 8 additions and 1 deletions

View File

@ -3,6 +3,13 @@ History
-------
6.0.1 (2016-01-01)
++++++++++++++++++
- use embedded python if system python is broken, or doesn't output a version number
- log output from wakatime-cli in ST console when in debug mode
6.0.0 (2015-12-01)
++++++++++++++++++

View File

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