summaryrefslogtreecommitdiff
path: root/python/subunit/__init__.py
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2014-11-19 10:50:46 +1300
committerRobert Collins <robertc@robertcollins.net>2014-11-19 10:50:46 +1300
commitcc8b57e0627cc4cb37ed5d3f36cc2d5614d50b0d (patch)
treedd5c6de935f759a911924ee350d2baa4aadded5d /python/subunit/__init__.py
parenta129fa2ff6d0f623f9b99f036a6d9b4174d972ce (diff)
downloadsubunit-git-cc8b57e0627cc4cb37ed5d3f36cc2d5614d50b0d.tar.gz
Release 1.0.0.1.0.0
Diffstat (limited to 'python/subunit/__init__.py')
-rw-r--r--python/subunit/__init__.py2
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