From acaf539001a305aad03b3ad750768b0c6fca8401 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Wed, 12 Nov 2014 19:32:31 -0800 Subject: [PATCH] v2.1.4 --- HISTORY.rst | 12 ++++++++++++ wakatime/__init__.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index affe44d..4928abd 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,18 @@ History ------- +2.1.4 (2014-11-12) +++++++++++++++++++ + +- when Python was not compiled with https support, log an error to the log file + + +2.1.3 (2014-11-10) +++++++++++++++++++ + +- correctly detect branch name for subversion projects + + 2.1.2 (2014-10-07) ++++++++++++++++++ diff --git a/wakatime/__init__.py b/wakatime/__init__.py index 1e2d310..fa9b7cb 100644 --- a/wakatime/__init__.py +++ b/wakatime/__init__.py @@ -13,7 +13,7 @@ from __future__ import print_function __title__ = 'wakatime' -__version__ = '2.1.3' +__version__ = '2.1.4' __author__ = 'Alan Hamlett' __license__ = 'BSD' __copyright__ = 'Copyright 2014 Alan Hamlett'