diff options
| author | Jonathan Lange <jml@canonical.com> | 2010-10-17 13:36:30 +0100 |
|---|---|---|
| committer | Jonathan Lange <jml@canonical.com> | 2010-10-17 13:36:30 +0100 |
| commit | a81b5bbe6c0b17ab62819c7630842a5e0442fe06 (patch) | |
| tree | 4fd68c7c22ff7497c7b23ae95a39531828abb37a | |
| parent | c8f75ecc3c8f8b429b08683eff85025d3319ab36 (diff) | |
| download | testtools-0.9.7.tar.gz | |
Update NEWS for 0.9.7 release.testtools-0.9.7
| -rw-r--r-- | NEWS | 7 | ||||
| -rw-r--r-- | testtools/__init__.py | 2 |
2 files changed, 6 insertions, 3 deletions
@@ -1,8 +1,11 @@ testtools NEWS ++++++++++++++ -NEXT -~~~~ +0.9.7 +~~~~~ + +Lots of little cleanups in this release; many small improvements to make your +testing life more pleasant. Improvements ------------ diff --git a/testtools/__init__.py b/testtools/__init__.py index 2b76a5e..df0c762 100644 --- a/testtools/__init__.py +++ b/testtools/__init__.py @@ -61,4 +61,4 @@ from testtools.testsuite import ( # If the releaselevel is 'final', then the tarball will be major.minor.micro. # Otherwise it is major.minor.micro~$(revno). -__version__ = (0, 9, 7, 'dev', 0) +__version__ = (0, 9, 7, 'final', 0) |
