Merge testtools-0.9.14

This commit is contained in:
Jonathan Lange
2012-02-16 10:52:15 +00:00
2 changed files with 11 additions and 1 deletions

10
NEWS
View File

@@ -8,6 +8,16 @@ NEXT
~~~~
0.9.14
~~~~~~
Our sister project, `subunit <https://launchpad.net/subunit>`_, was using a
private API that was deleted in the 0.9.13 release. This release restores
that API in order to smooth out the upgrade path.
If you don't use subunit, then this release won't matter very much to you.
0.9.13
~~~~~~

View File

@@ -80,4 +80,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, 14, 'dev', 0)
__version__ = (0, 9, 15, 'dev', 0)