diff --git a/HISTORY.rst b/HISTORY.rst index b2d6a1f..e92f48e 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,18 @@ History ------- +2.0.7 (2014-08-27) +++++++++++++++++++ + +- find svn binary location from common install directories + + +2.0.6 (2014-08-07) +++++++++++++++++++ + +- encode json data as str when passing to urllib + + 2.0.5 (2014-07-25) ++++++++++++++++++ diff --git a/wakatime/__init__.py b/wakatime/__init__.py index 0774018..f286714 100644 --- a/wakatime/__init__.py +++ b/wakatime/__init__.py @@ -13,7 +13,7 @@ from __future__ import print_function __title__ = 'wakatime' -__version__ = '2.0.6' +__version__ = '2.0.7' __author__ = 'Alan Hamlett' __license__ = 'BSD' __copyright__ = 'Copyright 2014 Alan Hamlett'