diff --git a/HISTORY.rst b/HISTORY.rst index b3800ef..eaafa25 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,12 @@ History ------- +3.0.1 (2014-12-23) +++++++++++++++++++ + +- parse use namespaces from php files + + 3.0.0 (2014-12-23) ++++++++++++++++++ diff --git a/WakaTime.py b/WakaTime.py index 26835ee..e63ef9c 100644 --- a/WakaTime.py +++ b/WakaTime.py @@ -6,7 +6,7 @@ License: BSD, see LICENSE for more details. Website: https://wakatime.com/ ===========================================================""" -__version__ = '3.0.0' +__version__ = '3.0.1' import sublime import sublime_plugin