diff options
| author | Robert Collins <robertc@robertcollins.net> | 2013-04-08 21:08:44 +1200 |
|---|---|---|
| committer | Robert Collins <robertc@robertcollins.net> | 2013-04-08 21:08:44 +1200 |
| commit | 00086de0d668d2fe3e9294d85f1952e1604b84cf (patch) | |
| tree | 4a5565d67967e1d7249137f349159392cceca60a | |
| parent | 68e6f4792d57cd53662a40330606b2001ea6448a (diff) | |
| download | testtools-0.9.30.tar.gz | |
Release 0.9.30.testtools-0.9.30
| -rw-r--r-- | NEWS | 5 | ||||
| -rw-r--r-- | testtools/__init__.py | 2 |
2 files changed, 5 insertions, 2 deletions
@@ -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) |
