diff options
| author | Robert Collins <robertc@robertcollins.net> | 2014-01-30 08:14:50 +1300 |
|---|---|---|
| committer | Robert Collins <robertc@robertcollins.net> | 2014-01-30 08:14:50 +1300 |
| commit | 384513d36b4709ba255dda1662e380f1d8bf5ddc (patch) | |
| tree | 129c97aec7062a7f94bd676699c61cfea13f50bc /python | |
| parent | d9957de10d219ea62fe785ac18c0751031b209d0 (diff) | |
| download | subunit-git-384513d36b4709ba255dda1662e380f1d8bf5ddc.tar.gz | |
Release 0.0.18.0.0.18
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 16bc414..8764d45 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, 17, 'final', 0) +__version__ = (0, 0, 18, 'final', 0) PROGRESS_SET = 0 PROGRESS_CUR = 1 |
