This commit is contained in:
Alan Hamlett 2014-08-27 03:29:28 -07:00
parent a5572bfc29
commit fbdaf77abe
2 changed files with 13 additions and 1 deletions

View File

@ -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)
++++++++++++++++++

View File

@ -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'