This commit is contained in:
Alan Hamlett 2015-06-21 10:45:51 -07:00
parent 6bd62b95db
commit 7d37193f65
2 changed files with 11 additions and 1 deletions

View file

@ -3,6 +3,16 @@ History
-------
4.0.6 (2015-06-21)
++++++++++++++++++
- allow customizing status bar message in sublime-settings file
- guess language using multiple methods, then use most accurate guess
- use entity and type for new heartbeats api resource schema
- correctly log message from py.warnings module
- upgrade wakatime cli to v4.0.15
4.0.6 (2015-05-16)
++++++++++++++++++

View file

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