From 9a80eb9adba9d5e43776658801e2fe1ccdb04f5c Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Thu, 25 Jan 2018 01:20:03 +1300 Subject: Fixup NEWS and versions for recent work --- 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 dd3e951..b3b198c 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__ = (1, 2, 0, 'final', 0) +__version__ = (1, 3, 0, 'final', 0) PROGRESS_SET = 0 PROGRESS_CUR = 1 -- cgit v1.2.1