v0.4.10
This commit is contained in:
parent
b345a1ff7b
commit
28da601ad3
2 changed files with 7 additions and 1 deletions
|
@ -3,6 +3,12 @@ History
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
||||||
|
0.4.10 (2013-11-13)
|
||||||
|
+++++++++++++++++++
|
||||||
|
|
||||||
|
- Placing .wakatime-project file in a folder will read the project's name from that file
|
||||||
|
|
||||||
|
|
||||||
0.4.9 (2013-10-27)
|
0.4.9 (2013-10-27)
|
||||||
++++++++++++++++++
|
++++++++++++++++++
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
|
|
||||||
__title__ = 'wakatime'
|
__title__ = 'wakatime'
|
||||||
__version__ = '0.4.9'
|
__version__ = '0.4.10'
|
||||||
__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