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 | |
| parent | 7981161c806512637eff75c46c8e19fb02cca286 (diff) | |
| download | testtools-0.9.22.tar.gz | |
Release 0.9.22.testtools-0.9.22
| -rw-r--r-- | NEWS | 4 | ||||
| -rw-r--r-- | testtools/__init__.py | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -3,8 +3,8 @@ testtools NEWS Changes and improvements to testtools_, grouped by release. -NEXT -~~~~ +0.9.22 +~~~~~~ Improvements ------------ 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) |
