v0.4.0
This commit is contained in:
parent
1aa88e4bf1
commit
5af58518eb
2 changed files with 7 additions and 1 deletions
|
@ -2,6 +2,12 @@
|
||||||
History
|
History
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
0.4.0 (2013-08-15)
|
||||||
|
++++++++++++++++++
|
||||||
|
|
||||||
|
- Sending single branch instead of multiple tags
|
||||||
|
|
||||||
|
|
||||||
0.3.1 (2013-08-08)
|
0.3.1 (2013-08-08)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
|
|
||||||
__title__ = 'wakatime'
|
__title__ = 'wakatime'
|
||||||
__version__ = '0.3.1'
|
__version__ = '0.4.0'
|
||||||
__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