This commit is contained in:
Alan Hamlett 2015-01-06 11:33:59 -08:00
parent 0b0768ffb1
commit d7097d433c
2 changed files with 7 additions and 1 deletions

View File

@ -3,6 +3,12 @@ History
-------
3.0.4 (2015-01-06)
++++++++++++++++++
- remove unused dependency, which is missing in some python environments
3.0.3 (2014-12-25)
++++++++++++++++++

View File

@ -13,7 +13,7 @@
from __future__ import print_function
__title__ = 'wakatime'
__version__ = '3.0.3'
__version__ = '3.0.4'
__author__ = 'Alan Hamlett'
__license__ = 'BSD'
__copyright__ = 'Copyright 2014 Alan Hamlett'