Merge testtools-0.9.9 release branch
This commit is contained in:
15
NEWS
15
NEWS
@@ -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
|
||||
-------
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user