This commit is contained in:
Alan Hamlett 2014-11-17 22:50:46 -08:00
parent afd488d33b
commit a455d7ce34
2 changed files with 7 additions and 1 deletions

View File

@ -3,6 +3,12 @@ History
-------
2.1.5 (2014-11-17)
++++++++++++++++++
- catch exceptions when getting current machine time zone
2.1.4 (2014-11-12)
++++++++++++++++++

View File

@ -13,7 +13,7 @@
from __future__ import print_function
__title__ = 'wakatime'
__version__ = '2.1.4'
__version__ = '2.1.5'
__author__ = 'Alan Hamlett'
__license__ = 'BSD'
__copyright__ = 'Copyright 2014 Alan Hamlett'