This commit is contained in:
Alan Hamlett 2014-01-14 05:08:28 -08:00
parent fb64f6db1f
commit 74f84f0048
2 changed files with 7 additions and 1 deletions

View File

@ -3,6 +3,12 @@ History
-------
0.5.2 (2014-01-14)
++++++++++++++++++
- minor bug fix for Subversion on non-English systems
0.5.1 (2013-12-13)
++++++++++++++++++

View File

@ -13,7 +13,7 @@
from __future__ import print_function
__title__ = 'wakatime'
__version__ = '0.5.1'
__version__ = '0.5.2'
__author__ = 'Alan Hamlett'
__license__ = 'BSD'
__copyright__ = 'Copyright 2013 Alan Hamlett'