v0.5.1
This commit is contained in:
parent
c3642fade2
commit
d55bbe5d45
2 changed files with 7 additions and 1 deletions
|
@ -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)
|
0.5.0 (2013-12-13)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
|
|
||||||
__title__ = 'wakatime'
|
__title__ = 'wakatime'
|
||||||
__version__ = '0.5.0'
|
__version__ = '0.5.1'
|
||||||
__author__ = 'Alan Hamlett'
|
__author__ = 'Alan Hamlett'
|
||||||
__license__ = 'BSD'
|
__license__ = 'BSD'
|
||||||
__copyright__ = 'Copyright 2013 Alan Hamlett'
|
__copyright__ = 'Copyright 2013 Alan Hamlett'
|
||||||
|
|
Loading…
Reference in a new issue