diff options
| author | Robert Collins <robertc@robertcollins.net> | 2014-08-27 13:34:27 +1200 |
|---|---|---|
| committer | Robert Collins <robertc@robertcollins.net> | 2014-08-27 13:34:27 +1200 |
| commit | 7ca6952f1d4b919fea47385a053b0cc1ffe79f41 (patch) | |
| tree | c3f15778c6d898d5eac5de498c236ad3f35b4c9b /python/subunit/__init__.py | |
| parent | 0188053444eb673c122eb2a94e0c92676217a72d (diff) | |
| download | subunit-git-0.0.21.tar.gz | |
0.0.210.0.21
------
BUGFIXES
~~~~~~~~
* Brown bag bugfix - 0.0.20's setup.py referenced cvs not csv.
(Robert Collins, #1361924)
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 30f7110..ca873b3 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__ = (0, 0, 20, 'final', 0) +__version__ = (0, 0, 21, 'final', 0) PROGRESS_SET = 0 PROGRESS_CUR = 1 |
