update wakatime package to v2.0.1

This commit is contained in:
Alan Hamlett 2014-05-26 14:59:04 -07:00
parent 60095b4668
commit 0c136515c4
2 changed files with 7 additions and 1 deletions

View File

@ -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)
++++++++++++++++++

View File

@ -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'