From 72bf4526ecdb90688d9f6f805069a3c8e6e2497a Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Mon, 26 May 2014 14:56:11 -0700 Subject: [PATCH] v2.0.1 --- HISTORY.rst | 6 ++++++ wakatime/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 3028b0d..a3966b6 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,12 @@ History ------- +2.0.1 (2014-05-26) +++++++++++++++++++ + +- fix bug in queue preventing actions with NULL values from being purged + + 2.0.0 (2014-05-25) ++++++++++++++++++ diff --git a/wakatime/__init__.py b/wakatime/__init__.py index b9ae049..08e1192 100644 --- a/wakatime/__init__.py +++ b/wakatime/__init__.py @@ -13,7 +13,7 @@ from __future__ import print_function __title__ = 'wakatime' -__version__ = '2.0.0' +__version__ = '2.0.1' __author__ = 'Alan Hamlett' __license__ = 'BSD' __copyright__ = 'Copyright 2014 Alan Hamlett'