From e18ffe65a3229d5c1d91be988405d40219db0887 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Wed, 27 Aug 2014 13:34:27 +1200 Subject: 0.0.21 ------ BUGFIXES ~~~~~~~~ * Brown bag bugfix - 0.0.20's setup.py referenced cvs not csv. (Robert Collins, #1361924) --- python/subunit/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/subunit/__init__.py b/python/subunit/__init__.py index 30f7110..ca873b3 100644 --- a/python/subunit/__init__.py +++ b/python/subunit/__init__.py @@ -153,7 +153,7 @@ from subunit.v2 import ByteStreamToStreamResult, StreamResultToBytes # If the releaselevel is 'final', then the tarball will be major.minor.micro. # Otherwise it is major.minor.micro~$(revno). -__version__ = (0, 0, 20, 'final', 0) +__version__ = (0, 0, 21, 'final', 0) PROGRESS_SET = 0 PROGRESS_CUR = 1 -- cgit v1.2.1