From a455d7ce3458052d95a1911eae5b353e6bf9c24e Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Mon, 17 Nov 2014 22:50:46 -0800 Subject: [PATCH] v2.1.5 --- HISTORY.rst | 6 ++++++ wakatime/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 4928abd..ba77689 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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) ++++++++++++++++++ diff --git a/wakatime/__init__.py b/wakatime/__init__.py index a59f3df..f2c3ab4 100644 --- a/wakatime/__init__.py +++ b/wakatime/__init__.py @@ -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'