diff --git a/HISTORY.rst b/HISTORY.rst index e76d476..cc4895a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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) ++++++++++++++++++ diff --git a/WakaTime.py b/WakaTime.py index 7976983..db890ad 100644 --- a/WakaTime.py +++ b/WakaTime.py @@ -7,7 +7,7 @@ Website: https://wakatime.com/ ===========================================================""" -__version__ = '4.0.6' +__version__ = '4.0.7' import sublime