diff --git a/HISTORY.rst b/HISTORY.rst index e1560a6..a0057e4 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,13 @@ History ------- +5.0.0 (2015-10-02) +++++++++++++++++++ + +- improve logging with levels and log function +- switch registry warnings to debug log level + + 4.0.20 (2015-10-01) ++++++++++++++++++ diff --git a/WakaTime.py b/WakaTime.py index b9ce57b..bb1a439 100644 --- a/WakaTime.py +++ b/WakaTime.py @@ -7,7 +7,7 @@ Website: https://wakatime.com/ ===========================================================""" -__version__ = '4.0.20' +__version__ = '5.0.0' import sublime