This commit is contained in:
Alan Hamlett 2015-02-05 17:42:19 -08:00
parent 82530cef4f
commit 4960289ed1
2 changed files with 7 additions and 1 deletions

View File

@ -3,6 +3,12 @@ History
------- -------
3.0.7 (2015-02-05)
++++++++++++++++++
- handle errors encountered when looking for .sublime-project file
3.0.6 (2015-01-13) 3.0.6 (2015-01-13)
++++++++++++++++++ ++++++++++++++++++

View File

@ -6,7 +6,7 @@ License: BSD, see LICENSE for more details.
Website: https://wakatime.com/ Website: https://wakatime.com/
===========================================================""" ==========================================================="""
__version__ = '3.0.6' __version__ = '3.0.7'
import sublime import sublime
import sublime_plugin import sublime_plugin