From cc8b57e0627cc4cb37ed5d3f36cc2d5614d50b0d Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Wed, 19 Nov 2014 10:50:46 +1300 Subject: Release 1.0.0. --- python/subunit/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/subunit/__init__.py') diff --git a/python/subunit/__init__.py b/python/subunit/__init__.py index ca873b3..7f0aa8c 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, 21, 'final', 0) +__version__ = (1, 0, 0, 'final', 0) PROGRESS_SET = 0 PROGRESS_CUR = 1 -- cgit v1.2.1