This commit is contained in:
Alan Hamlett 2015-01-13 14:00:16 -08:00
parent eba6a9f27c
commit 6e227b115a
2 changed files with 7 additions and 1 deletions

View file

@ -3,6 +3,12 @@ History
-------
3.0.5 (2015-01-13)
++++++++++++++++++
- ignore errors from malformed markup (too many closing tags)
3.0.4 (2015-01-06)
++++++++++++++++++

View file

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