diff --git a/HISTORY.rst b/HISTORY.rst index f8edab4..43a1e41 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,12 @@ History ------- +3.0.3 (2014-12-25) +++++++++++++++++++ + +- detect JavaScript frameworks from script tags in Html template files + + 3.0.2 (2014-12-25) ++++++++++++++++++ diff --git a/wakatime/__init__.py b/wakatime/__init__.py index 93b5e86..2e4582b 100644 --- a/wakatime/__init__.py +++ b/wakatime/__init__.py @@ -13,7 +13,7 @@ from __future__ import print_function __title__ = 'wakatime' -__version__ = '3.0.2' +__version__ = '3.0.3' __author__ = 'Alan Hamlett' __license__ = 'BSD' __copyright__ = 'Copyright 2014 Alan Hamlett'