From b0a3e9be2b0a78179ebc58d43ce32b7a8e62a9df Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 28 Aug 2012 09:42:07 -0700 Subject: [PATCH] Bump version to 0.0.4 in prep for release. The nose html output plugin now handles skip tests properly. Bump the version to 0.0.4 so that this new feature can be released. Change-Id: I1e5ff6e713ff86089f238c5e021f9e746babff8f --- htmloutput/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htmloutput/version.py b/htmloutput/version.py index ffcc925..156d6f9 100644 --- a/htmloutput/version.py +++ b/htmloutput/version.py @@ -1 +1 @@ -__version__ = '0.0.3' +__version__ = '0.0.4'