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'