From 3c91d802a44435d257f9e43aec9b048e889e508c Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Thu, 25 Dec 2014 01:02:18 -0600 Subject: [PATCH] v3.0.2 --- HISTORY.rst | 6 ++++++ wakatime/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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'