diff options
| author | Robert Collins <robertc@robertcollins.net> | 2013-08-25 02:10:07 +1200 |
|---|---|---|
| committer | Robert Collins <robertc@robertcollins.net> | 2013-08-25 02:10:07 +1200 |
| commit | c057b545b4473335be58630ac7f4110de2831d31 (patch) | |
| tree | 9056c05cfd6b49769f4d6e9771c0c9496ddaa0eb /python | |
| parent | f0df4f504fa721678d8bf3f9430665ecb8fa530e (diff) | |
| download | subunit-c057b545b4473335be58630ac7f4110de2831d31.tar.gz | |
Release 0.0.150.0.15
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 eaa83d2..a259880 100644 --- a/python/subunit/__init__.py +++ b/python/subunit/__init__.py @@ -160,7 +160,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, 14, 'final', 0) +__version__ = (0, 0, 15, 'final', 0) PROGRESS_SET = 0 PROGRESS_CUR = 1 |
