From 504c199e83018a2a52306143f1a866888a16f5ab Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Mon, 24 Oct 2016 11:15:38 +0200 Subject: [PATCH] v6.2.0 --- HISTORY.rst | 7 +++++++ wakatime/__about__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index f4b2f53..04a5acf 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,13 @@ History ------- +6.2.0 (2016-10-24) +++++++++++++++++++ + +- New WAKATIME_HOME env variable for setting path to config and log files. #67 +- Improve debug warning message from unsupported dependency parsers. #65 + + 6.1.0 (2016-10-11) ++++++++++++++++++ diff --git a/wakatime/__about__.py b/wakatime/__about__.py index 2eb5246..3d10fb7 100644 --- a/wakatime/__about__.py +++ b/wakatime/__about__.py @@ -1,7 +1,7 @@ __title__ = 'wakatime' __description__ = 'Common interface to the WakaTime api.' __url__ = 'https://github.com/wakatime/wakatime' -__version_info__ = ('6', '1', '0') +__version_info__ = ('6', '2', '0') __version__ = '.'.join(__version_info__) __author__ = 'Alan Hamlett' __author_email__ = 'alan@wakatime.com'