Merge testtools-0.9.14
This commit is contained in:
10
NEWS
10
NEWS
@@ -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
|
||||
~~~~~~
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user