diff options
| author | Robert Collins <robertc@robertcollins.net> | 2018-01-25 01:20:03 +1300 |
|---|---|---|
| committer | Robert Collins <robertc@robertcollins.net> | 2018-01-25 01:21:22 +1300 |
| commit | 9a80eb9adba9d5e43776658801e2fe1ccdb04f5c (patch) | |
| tree | ea8c2c7fdbbed9b9d1a00470550e6b85f87f8d63 /python | |
| parent | f22c8bcb3fdf819a9f02b0da5cc9537edbf9c64b (diff) | |
| download | subunit-git-9a80eb9adba9d5e43776658801e2fe1ccdb04f5c.tar.gz | |
Fixup NEWS and versions for recent work
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 dd3e951..b3b198c 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__ = (1, 2, 0, 'final', 0) +__version__ = (1, 3, 0, 'final', 0) PROGRESS_SET = 0 PROGRESS_CUR = 1 |
