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 | e4b73c9e3ae312995bfffb6fd9d7e5ab01efbbb6 (patch) | |
| tree | 6172e04d386c577f61b80b769ea87f28de2957cf /python/subunit/__init__.py | |
| parent | 669f0dbc8a993d203c0dbc874419cc2fb8c5441c (diff) | |
| download | subunit-e4b73c9e3ae312995bfffb6fd9d7e5ab01efbbb6.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 |
