summaryrefslogtreecommitdiff
path: root/python/subunit/__init__.py
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2013-04-08 22:27:29 +1200
committerRobert Collins <robertc@robertcollins.net>2013-04-08 22:27:29 +1200
commit6aaa20b82104f26fd1aa40df09a42dd3bd5110f9 (patch)
tree8193e0c792c1167f8f41c72f333baf673b778dca /python/subunit/__init__.py
parent03264963c5fc0a145880c20cd1de9800a23a206c (diff)
downloadsubunit-git-6aaa20b82104f26fd1aa40df09a42dd3bd5110f9.tar.gz
Release 0.0.11, depending on the new testtools StreamResult API.0.0.11
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 7470f92..082da90 100644
--- a/python/subunit/__init__.py
+++ b/python/subunit/__init__.py
@@ -160,7 +160,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, 10, 'final', 0)
+__version__ = (0, 0, 11, 'final', 0)
PROGRESS_SET = 0
PROGRESS_CUR = 1