This commit is contained in:
Alan Hamlett 2013-10-13 16:32:39 -07:00
parent da3f519dc0
commit fdbd0fa941
2 changed files with 7 additions and 1 deletions

View File

@ -3,6 +3,12 @@ History
-------
0.4.8 (2013-10-13)
++++++++++++++++++
- Read git HEAD file to find current branch instead of running git command line
0.4.7 (2013-09-30)
++++++++++++++++++

View File

@ -12,7 +12,7 @@
from __future__ import print_function
__title__ = 'wakatime'
__version__ = '0.4.7'
__version__ = '0.4.8'
__author__ = 'Alan Hamlett'
__license__ = 'BSD'
__copyright__ = 'Copyright 2013 Alan Hamlett'