This commit is contained in:
Alan Hamlett 2014-10-14 11:03:41 -07:00
parent 8f02adacf9
commit 83f4a29a15
2 changed files with 7 additions and 1 deletions

View file

@ -3,6 +3,12 @@ History
------- -------
2.0.14 (2014-10-14)
++++++++++++++++++
- popup error message if Python binary not found
2.0.13 (2014-10-07) 2.0.13 (2014-10-07)
++++++++++++++++++ ++++++++++++++++++

View file

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