diff options
| author | Robert Collins <robertc@robertcollins.net> | 2013-08-24 10:06:15 +1200 |
|---|---|---|
| committer | Robert Collins <robertc@robertcollins.net> | 2013-08-24 10:06:15 +1200 |
| commit | f226d226e2a744b753b6b48ef8a3e7f7abba025e (patch) | |
| tree | 55305e6e77c66922eb14dbbcad675ce7b65acd6d /python | |
| parent | 30ce453ad2736c56d8a02cb243cb8ae6cbd080d7 (diff) | |
| download | subunit-git-f226d226e2a744b753b6b48ef8a3e7f7abba025e.tar.gz | |
Release 0.0.140.0.14
Diffstat (limited to 'python')
| -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 5c33e62..eaa83d2 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, 13, 'final', 0) +__version__ = (0, 0, 14, 'final', 0) PROGRESS_SET = 0 PROGRESS_CUR = 1 |
