diff options
| author | Robert Collins <robertc@robertcollins.net> | 2013-11-30 15:04:14 +1300 |
|---|---|---|
| committer | Robert Collins <robertc@robertcollins.net> | 2013-11-30 15:04:14 +1300 |
| commit | 2beca110c61a0d6551a7557eb19d8ccd77551a29 (patch) | |
| tree | 20481cf3a5c95e5619864e5a24d06d01f8ba7f59 /python/subunit | |
| parent | c25b11f4da1e5701e9f564d2100c72049ea8641a (diff) | |
| download | subunit-git-2beca110c61a0d6551a7557eb19d8ccd77551a29.tar.gz | |
Release 0.0.16.0.0.16
Diffstat (limited to 'python/subunit')
| -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 b385e9b..8352585 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, 15, 'final', 0) +__version__ = (0, 0, 16, 'final', 0) PROGRESS_SET = 0 PROGRESS_CUR = 1 |
