This commit is contained in:
Alan Hamlett 2013-12-13 16:35:32 +01:00
parent c3642fade2
commit d55bbe5d45
2 changed files with 7 additions and 1 deletions

View File

@ -3,6 +3,12 @@ History
-------
0.5.1 (2013-12-13)
++++++++++++++++++
- second line in .wakatime-project file now sets branch name
0.5.0 (2013-12-13)
++++++++++++++++++

View File

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