diff --git a/HISTORY.rst b/HISTORY.rst index d7bb5b5..f8edab4 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,12 @@ History ------- +3.0.2 (2014-12-25) +++++++++++++++++++ + +- detect frameworks from JavaScript and JSON files + + 3.0.1 (2014-12-23) ++++++++++++++++++ diff --git a/wakatime/__init__.py b/wakatime/__init__.py index 86a26fc..93b5e86 100644 --- a/wakatime/__init__.py +++ b/wakatime/__init__.py @@ -13,7 +13,7 @@ from __future__ import print_function __title__ = 'wakatime' -__version__ = '3.0.1' +__version__ = '3.0.2' __author__ = 'Alan Hamlett' __license__ = 'BSD' __copyright__ = 'Copyright 2014 Alan Hamlett'