diff options
| author | Robert Collins <robertc@robertcollins.net> | 2014-01-29 22:31:54 +1300 |
|---|---|---|
| committer | Robert Collins <robertc@robertcollins.net> | 2014-01-29 22:31:54 +1300 |
| commit | 5d21da1f684b710f3a4119118eb79c7ea74ac926 (patch) | |
| tree | 00f98f530e2bfd80c4f667473a6e0a52e1682f20 /python | |
| parent | ffcdee8c14c8eec3f2f2c2015a4b3593df1b556a (diff) | |
| download | subunit-5d21da1f684b710f3a4119118eb79c7ea74ac926.tar.gz | |
Release 0.0.17
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 8352585..16bc414 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, 16, 'final', 0) +__version__ = (0, 0, 17, 'final', 0) PROGRESS_SET = 0 PROGRESS_CUR = 1 |
