diff options
| author | Jonathan Lange <jml@canonical.com> | 2012-02-16 10:50:33 +0000 |
|---|---|---|
| committer | Jonathan Lange <jml@canonical.com> | 2012-02-16 10:50:33 +0000 |
| commit | 2d96e91c4976ef90bee17da4e1d92514dd07c042 (patch) | |
| tree | 6119df437841a5436eaebeb2facdcf82c53fdbfc /testtools/__init__.py | |
| parent | 3c76a072ab723437eb2314006d5d8260ad57a5f7 (diff) | |
| download | testtools-0.9.14.tar.gz | |
Notes for 0.9.14testtools-0.9.14
Diffstat (limited to 'testtools/__init__.py')
| -rw-r--r-- | testtools/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testtools/__init__.py b/testtools/__init__.py index 5c0ef90..ebe9f18 100644 --- a/testtools/__init__.py +++ b/testtools/__init__.py @@ -80,4 +80,4 @@ from testtools.distutilscmd import ( # If the releaselevel is 'final', then the tarball will be major.minor.micro. # Otherwise it is major.minor.micro~$(revno). -__version__ = (0, 9, 14, 'dev', 0) +__version__ = (0, 9, 14, 'final', 0) |
