This commit is contained in:
Alan Hamlett 2016-03-11 09:24:27 -08:00
parent c64f125dc4
commit 443215bd90
2 changed files with 7 additions and 1 deletions

View File

@ -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) 6.0.6 (2016-03-06)
++++++++++++++++++ ++++++++++++++++++

View File

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