From f1914df700e3f1cd471991f2cb4fc872264a5ba3 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Sun, 30 Nov 2014 22:17:28 -0800 Subject: [PATCH] v2.1.7 --- HISTORY.rst | 7 +++++++ wakatime/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index a166fd9..d952942 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,13 @@ History ------- +2.1.7 (2014-11-30) +++++++++++++++++++ + +- upgrade pygments to v2.0.1 +- always log an error when api key is incorrect + + 2.1.6 (2014-11-18) ++++++++++++++++++ diff --git a/wakatime/__init__.py b/wakatime/__init__.py index fce8b6f..94c722b 100644 --- a/wakatime/__init__.py +++ b/wakatime/__init__.py @@ -13,7 +13,7 @@ from __future__ import print_function __title__ = 'wakatime' -__version__ = '2.1.6' +__version__ = '2.1.7' __author__ = 'Alan Hamlett' __license__ = 'BSD' __copyright__ = 'Copyright 2014 Alan Hamlett'