diff --git a/HISTORY.rst b/HISTORY.rst index e92f48e..6e4a11e 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,12 @@ History ------- +2.0.8 (2014-08-29) +++++++++++++++++++ + +- supress output from svn command + + 2.0.7 (2014-08-27) ++++++++++++++++++ diff --git a/wakatime/__init__.py b/wakatime/__init__.py index f286714..1cb2a12 100644 --- a/wakatime/__init__.py +++ b/wakatime/__init__.py @@ -13,7 +13,7 @@ from __future__ import print_function __title__ = 'wakatime' -__version__ = '2.0.7' +__version__ = '2.0.8' __author__ = 'Alan Hamlett' __license__ = 'BSD' __copyright__ = 'Copyright 2014 Alan Hamlett'