diff options
| author | Robert Collins <robertc@robertcollins.net> | 2012-12-11 12:45:36 +1300 |
|---|---|---|
| committer | Robert Collins <robertc@robertcollins.net> | 2012-12-11 12:45:36 +1300 |
| commit | eb98763161187270f20f9dadf8382fee5512a9a8 (patch) | |
| tree | dba5b81d8d6aaf9ac8d6d713bfbec96f55f652fe /testtools/__init__.py | |
| parent | 7981161c806512637eff75c46c8e19fb02cca286 (diff) | |
| download | testtools-0.9.22.tar.gz | |
Release 0.9.22.testtools-0.9.22
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 7cf0775..e9c24d2 100644 --- a/testtools/__init__.py +++ b/testtools/__init__.py @@ -86,4 +86,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, 22, 'dev', 0) +__version__ = (0, 9, 22, 'final', 0) |
