From 20ee8e8ab4c24ef318a7b2620c28ec0dce2fd393 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Mon, 17 Jun 2013 08:02:46 +1200 Subject: Release 0.0.13. --- 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 919252e..5c33e62 100644 --- a/python/subunit/__init__.py +++ b/python/subunit/__init__.py @@ -160,7 +160,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, 12, 'final', 0) +__version__ = (0, 0, 13, 'final', 0) PROGRESS_SET = 0 PROGRESS_CUR = 1 -- cgit v1.2.1