diff options
| author | Robert Collins <robertc@robertcollins.net> | 2014-08-27 12:43:14 +1200 |
|---|---|---|
| committer | Robert Collins <robertc@robertcollins.net> | 2014-08-27 12:43:14 +1200 |
| commit | 23142dee1fb17edcb90ed535ddb30057fad38a01 (patch) | |
| tree | 50dc450ea84adfd3c84e1c54a711159ca252d11b /python | |
| parent | 1cbb372ae6fed38992db95f3a728ba751b1f7314 (diff) | |
| download | subunit-23142dee1fb17edcb90ed535ddb30057fad38a01.tar.gz | |
Release 0.0.200.0.20
Also
* The python-subunit tarball can now have setup run from the current
directory. (Robert Collins, #1361857)
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 ff952c3..30f7110 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, 19, 'final', 0) +__version__ = (0, 0, 20, 'final', 0) PROGRESS_SET = 0 PROGRESS_CUR = 1 |
