diff options
author | Jelmer Vernooij <jelmer@jelmer.uk> | 2022-11-05 21:54:41 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@jelmer.uk> | 2022-11-05 21:54:41 +0000 |
commit | aee1c7963691f5523eb72060e53e4ca255a00566 (patch) | |
tree | 0d1b3bc69edafb185047ee43639516f7c6559d85 /python | |
parent | 5169aa4140707681030eec1f9f4c67e36bfdbbd5 (diff) | |
download | subunit-git-1.4.1.tar.gz |
Release 1.4.11.4.1
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 9d8bc7c..55b0e43 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, 0, 'final', 0) +__version__ = (1, 4, 1, 'final', 0) PROGRESS_SET = 0 PROGRESS_CUR = 1 |