This commit is contained in:
Alan Hamlett 2013-09-22 13:41:13 -07:00
parent 934cc51a6c
commit 79acd45adf
3 changed files with 8 additions and 2 deletions

View File

@ -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) 0.4.5 (2013-09-07)
++++++++++++++++++ ++++++++++++++++++

View File

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

View File

@ -3,7 +3,7 @@
wakatime.stats wakatime.stats
~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~
Stats about files such as total number of lines, source code language, etc. Stats about files
:copyright: (c) 2013 Alan Hamlett. :copyright: (c) 2013 Alan Hamlett.
:license: BSD, see LICENSE for more details. :license: BSD, see LICENSE for more details.