From 3008ff75f5a1071cf3651a53ed26ff2976e47e8e Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Mon, 22 Dec 2014 00:54:22 -0600 Subject: [PATCH] v2.1.11 --- HISTORY.rst | 6 ++++++ wakatime/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 64ceb74..843cfe3 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,12 @@ History ------- +2.1.11 (2014-12-22) ++++++++++++++++++++ + +- fix offline logging when response from api is None + + 2.1.10 (2014-12-15) +++++++++++++++++++ diff --git a/wakatime/__init__.py b/wakatime/__init__.py index fcfa659..d13f109 100644 --- a/wakatime/__init__.py +++ b/wakatime/__init__.py @@ -13,7 +13,7 @@ from __future__ import print_function __title__ = 'wakatime' -__version__ = '2.1.10' +__version__ = '2.1.11' __author__ = 'Alan Hamlett' __license__ = 'BSD' __copyright__ = 'Copyright 2014 Alan Hamlett'