v0.4.6
This commit is contained in:
parent
934cc51a6c
commit
79acd45adf
3 changed files with 8 additions and 2 deletions
|
@ -3,6 +3,12 @@ History
|
|||
-------
|
||||
|
||||
|
||||
0.4.6 (2013-09-22)
|
||||
++++++++++++++++++
|
||||
|
||||
- Sending total lines in file and language name to api
|
||||
|
||||
|
||||
0.4.5 (2013-09-07)
|
||||
++++++++++++++++++
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
from __future__ import print_function
|
||||
|
||||
__title__ = 'wakatime'
|
||||
__version__ = '0.4.5'
|
||||
__version__ = '0.4.6'
|
||||
__author__ = 'Alan Hamlett'
|
||||
__license__ = 'BSD'
|
||||
__copyright__ = 'Copyright 2013 Alan Hamlett'
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
wakatime.stats
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
Stats about files such as total number of lines, source code language, etc.
|
||||
Stats about files
|
||||
|
||||
:copyright: (c) 2013 Alan Hamlett.
|
||||
:license: BSD, see LICENSE for more details.
|
||||
|
|
Loading…
Reference in a new issue