From 79acd45adf87702596d45737fd4bcd2fa12ee64d Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Sun, 22 Sep 2013 13:41:13 -0700 Subject: [PATCH] v0.4.6 --- HISTORY.rst | 6 ++++++ wakatime/__init__.py | 2 +- wakatime/stats.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 9f4977b..e5bc2cb 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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) ++++++++++++++++++ diff --git a/wakatime/__init__.py b/wakatime/__init__.py index e4bc289..2f96d1a 100644 --- a/wakatime/__init__.py +++ b/wakatime/__init__.py @@ -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' diff --git a/wakatime/stats.py b/wakatime/stats.py index f8627d8..3709eed 100644 --- a/wakatime/stats.py +++ b/wakatime/stats.py @@ -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.