diff --git a/HISTORY.rst b/HISTORY.rst index 6b7a27e..d7bb5b5 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,12 @@ History ------- +3.0.1 (2014-12-23) +++++++++++++++++++ + +- handle unknown language when parsing dependencies + + 3.0.0 (2014-12-23) ++++++++++++++++++ diff --git a/wakatime/__init__.py b/wakatime/__init__.py index 7aaae29..5f12f14 100644 --- a/wakatime/__init__.py +++ b/wakatime/__init__.py @@ -13,7 +13,7 @@ from __future__ import print_function __title__ = 'wakatime' -__version__ = '3.0.0' +__version__ = '3.0.1' __author__ = 'Alan Hamlett' __license__ = 'BSD' __copyright__ = 'Copyright 2014 Alan Hamlett'