summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Lange <jml@canonical.com>2010-10-17 13:36:30 +0100
committerJonathan Lange <jml@canonical.com>2010-10-17 13:36:30 +0100
commita81b5bbe6c0b17ab62819c7630842a5e0442fe06 (patch)
tree4fd68c7c22ff7497c7b23ae95a39531828abb37a
parentc8f75ecc3c8f8b429b08683eff85025d3319ab36 (diff)
downloadtesttools-0.9.7.tar.gz
Update NEWS for 0.9.7 release.testtools-0.9.7
-rw-r--r--NEWS7
-rw-r--r--testtools/__init__.py2
2 files changed, 6 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index b85780b..32274ad 100644
--- a/NEWS
+++ b/NEWS
@@ -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)