Merge testtools-0.9.9 release branch

This commit is contained in:
Jonathan Lange
2011-04-08 12:47:07 +01:00
2 changed files with 16 additions and 1 deletions

15
NEWS
View File

@@ -4,6 +4,21 @@ testtools NEWS
NEXT
~~~~
Changes
-------
Improvements
------------
0.9.9
~~~~~
Many, many new matchers, vastly expanded documentation, stacks of bug fixes,
better unittest2 integration. If you've ever wanted to try out testtools but
been afraid to do so, this is the release to try.
Changes
-------

View File

@@ -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, 9, 'dev', 0)
__version__ = (0, 9, 10, 'dev', 0)