diff options
| author | Robert Collins <robertc@robertcollins.net> | 2013-06-17 08:02:46 +1200 |
|---|---|---|
| committer | Robert Collins <robertc@robertcollins.net> | 2013-06-17 08:02:46 +1200 |
| commit | 5e389af4061c20dfc9959ad8b41f910b85c9342d (patch) | |
| tree | 824cb5d1c31ec9ff2edb46bc488bceaa9fdb387b /python | |
| parent | 13174a0f10baebbb4753fca53374db78ef198028 (diff) | |
| download | subunit-5e389af4061c20dfc9959ad8b41f910b85c9342d.tar.gz | |
Release 0.0.13.0.0.13
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 919252e..5c33e62 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, 12, 'final', 0) +__version__ = (0, 0, 13, 'final', 0) PROGRESS_SET = 0 PROGRESS_CUR = 1 |
