diff options
author | Jelmer Vernooij <jelmer@jelmer.uk> | 2022-11-17 00:38:09 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@jelmer.uk> | 2022-11-17 00:38:09 +0000 |
commit | 52ba9e78e36d421a7417cac56a1ae577607aa24b (patch) | |
tree | baf137dca80b41c9d65b742f992c96e7c5d05e13 /python | |
parent | e613fd65a42bb1255ec2f43e3b36ce98040df454 (diff) | |
download | subunit-git-1.4.2.tar.gz |
Release 1.4.2.1.4.2
Diffstat (limited to 'python')
-rw-r--r-- | python/subunit/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/subunit/__init__.py b/python/subunit/__init__.py index 7318a29..971e408 100644 --- a/python/subunit/__init__.py +++ b/python/subunit/__init__.py @@ -151,7 +151,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, 4, 1, 'final', 0) +__version__ = (1, 4, 2, 'final', 0) PROGRESS_SET = 0 PROGRESS_CUR = 1 |