summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2013-05-25 13:05:32 +1200
committerRobert Collins <robertc@robertcollins.net>2013-05-25 13:05:32 +1200
commit46f1b7dc6476cababd5b11f3afe2385a29271d80 (patch)
tree9944fcc9afda63acb93484280da11dd88d5a9025 /python
parentf430f961cca122c20059c68749826a44fb1f089f (diff)
downloadsubunit-46f1b7dc6476cababd5b11f3afe2385a29271d80.tar.gz
Release 0.120.0.12
Diffstat (limited to 'python')
-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 082da90..919252e 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, 11, 'final', 0)
+__version__ = (0, 0, 12, 'final', 0)
PROGRESS_SET = 0
PROGRESS_CUR = 1