From ffe1a32e5b3f00cb4ddadd198126b878ce4c7160 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Tue, 30 Sep 2014 09:15:38 -0700 Subject: [PATCH] v2.1.0 --- HISTORY.rst | 6 ++++++ wakatime/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 6e4a11e..7257af8 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,12 @@ History ------- +2.1.0 (2014-09-30) +++++++++++++++++++ + +- python3 compatibility changes + + 2.0.8 (2014-08-29) ++++++++++++++++++ diff --git a/wakatime/__init__.py b/wakatime/__init__.py index a0e2c83..6f0c313 100644 --- a/wakatime/__init__.py +++ b/wakatime/__init__.py @@ -13,7 +13,7 @@ from __future__ import print_function __title__ = 'wakatime' -__version__ = '2.0.8' +__version__ = '2.1.0' __author__ = 'Alan Hamlett' __license__ = 'BSD' __copyright__ = 'Copyright 2014 Alan Hamlett'