summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2014-01-30 08:14:50 +1300
committerRobert Collins <robertc@robertcollins.net>2014-01-30 08:14:50 +1300
commitedaef782081c113b804fc6b967229cd86367fe2f (patch)
tree129c97aec7062a7f94bd676699c61cfea13f50bc /python
parent2c90b90bfcd2d106e9ef73df8c8595cb9dddf97a (diff)
downloadsubunit-edaef782081c113b804fc6b967229cd86367fe2f.tar.gz
Release 0.0.18.0.0.18
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 16bc414..8764d45 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, 17, 'final', 0)
+__version__ = (0, 0, 18, 'final', 0)
PROGRESS_SET = 0
PROGRESS_CUR = 1