summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--testtools/__init__.py2
2 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index ed47824..617b197 100644
--- a/NEWS
+++ b/NEWS
@@ -6,10 +6,13 @@ Changes and improvements to testtools_, grouped by release.
NEXT
~~~~
+0.9.30
+~~~~~~
+
A new sort of TestResult, the StreamResult has been added, as a prototype for
a revised standard library test result API. Expect this API to change.
Although we will try to preserve compatibility for early adopters, it is
-experimental and we might need to break it.
+experimental and we might need to break it if it turns out to be unsuitable.
Improvements
------------
diff --git a/testtools/__init__.py b/testtools/__init__.py
index 94e526f..bd2a15f 100644
--- a/testtools/__init__.py
+++ b/testtools/__init__.py
@@ -122,4 +122,4 @@ else:
# If the releaselevel is 'final', then the tarball will be major.minor.micro.
# Otherwise it is major.minor.micro~$(revno).
-__version__ = (0, 9, 30, 'dev', 0)
+__version__ = (0, 9, 30, 'final', 0)