From 6e227b115adcc517bc29b2a1aa8a2d396403a9c9 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Tue, 13 Jan 2015 14:00:16 -0800 Subject: [PATCH] v3.0.5 --- HISTORY.rst | 6 ++++++ wakatime/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 1eeb638..612f290 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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) ++++++++++++++++++ diff --git a/wakatime/__init__.py b/wakatime/__init__.py index df7257a..13397f1 100644 --- a/wakatime/__init__.py +++ b/wakatime/__init__.py @@ -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'