v2.0.7
This commit is contained in:
parent
a5572bfc29
commit
fbdaf77abe
2 changed files with 13 additions and 1 deletions
12
HISTORY.rst
12
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)
|
2.0.5 (2014-07-25)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
|
|
||||||
__title__ = 'wakatime'
|
__title__ = 'wakatime'
|
||||||
__version__ = '2.0.6'
|
__version__ = '2.0.7'
|
||||||
__author__ = 'Alan Hamlett'
|
__author__ = 'Alan Hamlett'
|
||||||
__license__ = 'BSD'
|
__license__ = 'BSD'
|
||||||
__copyright__ = 'Copyright 2014 Alan Hamlett'
|
__copyright__ = 'Copyright 2014 Alan Hamlett'
|
||||||
|
|
Loading…
Reference in a new issue