v2.0.14
This commit is contained in:
parent
8f02adacf9
commit
83f4a29a15
2 changed files with 7 additions and 1 deletions
|
@ -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)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue