This commit is contained in:
Alan Hamlett 2016-10-24 12:41:46 +02:00
parent 9167eb2558
commit c4c27e4e9e
2 changed files with 12 additions and 2 deletions

View File

@ -3,6 +3,16 @@ History
-------
7.0.12 (2016-10-24)
++++++++++++++++++
- Upgrade wakatime-cli to v6.2.0.
- Exit with status code 104 when api key is missing or invalid. Exit with
status code 103 when config file missing or invalid.
- New WAKATIME_HOME env variable for setting path to config and log files.
- Improve debug warning message from unsupported dependency parsers.
7.0.11 (2016-09-23)
++++++++++++++++++

View File

@ -1,5 +1,5 @@
""" ==========================================================
fFile: WakaTime.py
File: WakaTime.py
Description: Automatic time tracking for Sublime Text 2 and 3.
Maintainer: WakaTime <support@wakatime.com>
License: BSD, see LICENSE for more details.
@ -7,7 +7,7 @@ Website: https://wakatime.com/
==========================================================="""
__version__ = '7.0.11'
__version__ = '7.0.12'
import sublime