From 6efcee5849d439fefe7cf76a6643708bbc8772de Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Mon, 13 Jun 2016 16:44:48 +0200 Subject: [PATCH] v6.0.5 --- HISTORY.rst | 6 ++++++ wakatime/__about__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index c3fe1b1..e57b055 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,12 @@ History ------- +6.0.5 (2016-06-13) +++++++++++++++++++ + +- Upgrade pygments to v2.1.3 for better language coverage. + + 6.0.4 (2016-06-08) ++++++++++++++++++ diff --git a/wakatime/__about__.py b/wakatime/__about__.py index ba197b6..2a0ae32 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', '0', '4') +__version_info__ = ('6', '0', '5') __version__ = '.'.join(__version_info__) __author__ = 'Alan Hamlett' __author_email__ = 'alan@wakatime.com'