diff options
| author | Robert Collins <robertc@robertcollins.net> | 2014-11-19 10:50:46 +1300 |
|---|---|---|
| committer | Robert Collins <robertc@robertcollins.net> | 2014-11-19 10:50:46 +1300 |
| commit | fc7299bf22b3c5ee53e86932656d0aa7a918b106 (patch) | |
| tree | dd5c6de935f759a911924ee350d2baa4aadded5d /python/subunit | |
| parent | eb1f9f664dd96e7fb93a359d1bec99b92fd0ec1f (diff) | |
| download | subunit-fc7299bf22b3c5ee53e86932656d0aa7a918b106.tar.gz | |
Release 1.0.0.1.0.0
Diffstat (limited to 'python/subunit')
| -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 ca873b3..7f0aa8c 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, 21, 'final', 0) +__version__ = (1, 0, 0, 'final', 0) PROGRESS_SET = 0 PROGRESS_CUR = 1 |
