diff --git a/HISTORY.rst b/HISTORY.rst index 89e28b4..5248bb4 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,12 @@ History ------- +4.0.19 (2015-10-01) +++++++++++++++++++ + +- handle case where ST builtin python does not have _winreg or winreg module + + 4.0.18 (2015-10-01) ++++++++++++++++++ diff --git a/WakaTime.py b/WakaTime.py index 682165e..6d389ab 100644 --- a/WakaTime.py +++ b/WakaTime.py @@ -7,7 +7,7 @@ Website: https://wakatime.com/ ===========================================================""" -__version__ = '4.0.18' +__version__ = '4.0.19' import sublime