This commit is contained in:
Alan Hamlett 2014-12-22 00:54:22 -06:00
parent 1feca4871f
commit 3008ff75f5
2 changed files with 7 additions and 1 deletions

View File

@ -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)
+++++++++++++++++++

View File

@ -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'