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 | 20ee8e8ab4c24ef318a7b2620c28ec0dce2fd393 (patch) | |
| tree | 824cb5d1c31ec9ff2edb46bc488bceaa9fdb387b /python | |
| parent | 5d6d7a08690513ea28b1e1087aaa574f8d541916 (diff) | |
| download | subunit-git-20ee8e8ab4c24ef318a7b2620c28ec0dce2fd393.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 |
