summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Lange <jml@canonical.com>2011-04-11 13:38:13 +0100
committerJonathan Lange <jml@canonical.com>2011-04-11 13:38:13 +0100
commite0ac3426f3bf22dacddef350845fe50edb337e5f (patch)
treea1b94a7b8054cd7be7ed1b85a455c33b6a63832d
parent91fcc68c3af0861af52ced6642074238bdc90fd4 (diff)
downloadtesttools-0.9.10.tar.gz
Release 0.9.10testtools-0.9.10
-rw-r--r--NEWS8
-rw-r--r--testtools/__init__.py2
2 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 51519f8..a3ccdca 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,11 @@
testtools NEWS
++++++++++++++
-NEXT
-~~~~
+0.9.10
+~~~~~~
-Changes
--------
+The last release of testtools could not be easy_installed. This is considered
+severe enough for a re-release.
Improvements
------------
diff --git a/testtools/__init__.py b/testtools/__init__.py
index 6327c15..8327435 100644
--- a/testtools/__init__.py
+++ b/testtools/__init__.py
@@ -77,4 +77,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, 10, 'dev', 0)
+__version__ = (0, 9, 10, 'final', 0)