diff options
| author | Robert Collins <robertc@robertcollins.net> | 2015-03-10 14:03:25 +1300 |
|---|---|---|
| committer | Robert Collins <robertc@robertcollins.net> | 2015-03-10 14:03:25 +1300 |
| commit | 93e962b2b47600de08d8c5c539b702927037337b (patch) | |
| tree | 6172e04d386c577f61b80b769ea87f28de2957cf /python/subunit/__init__.py | |
| parent | b0c7d55352b644d242994e734422c9e3dc02c6bb (diff) | |
| download | subunit-git-1.1.0.tar.gz | |
Support --locals in tracebacks and release 1.1.01.1.0
Diffstat (limited to 'python/subunit/__init__.py')
| -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 bfa27a1..7d864e8 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__ = (1, 0, 0, 'final', 0) +__version__ = (1, 1, 0, 'final', 0) PROGRESS_SET = 0 PROGRESS_CUR = 1 |
