From 03acea6e259207f552a481d9550291b4aa57cf1f Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Fri, 2 Oct 2015 12:11:04 -0700 Subject: [PATCH] v5.0.0 --- HISTORY.rst | 7 +++++++ WakaTime.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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