diff options
| author | Robert Collins <robertc@robertcollins.net> | 2014-01-30 08:14:50 +1300 |
|---|---|---|
| committer | Robert Collins <robertc@robertcollins.net> | 2014-01-30 08:14:50 +1300 |
| commit | 384513d36b4709ba255dda1662e380f1d8bf5ddc (patch) | |
| tree | 129c97aec7062a7f94bd676699c61cfea13f50bc | |
| parent | d9957de10d219ea62fe785ac18c0751031b209d0 (diff) | |
| download | subunit-git-0.0.18.tar.gz | |
Release 0.0.18.0.0.18
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | python/subunit/__init__.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 0bbd1db..4c94519 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ m4_define([SUBUNIT_MAJOR_VERSION], [0]) m4_define([SUBUNIT_MINOR_VERSION], [0]) -m4_define([SUBUNIT_MICRO_VERSION], [17]) +m4_define([SUBUNIT_MICRO_VERSION], [18]) m4_define([SUBUNIT_VERSION], m4_defn([SUBUNIT_MAJOR_VERSION]).m4_defn([SUBUNIT_MINOR_VERSION]).m4_defn([SUBUNIT_MICRO_VERSION])) AC_PREREQ([2.59]) 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 |
