summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS10
-rw-r--r--testtools/__init__.py2
2 files changed, 9 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index cbc44e3..289f7c2 100644
--- a/NEWS
+++ b/NEWS
@@ -4,8 +4,14 @@ testtools NEWS
Changes and improvements to testtools_, grouped by release.
-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
diff --git a/testtools/__init__.py b/testtools/__init__.py
index 5c0ef90..ebe9f18 100644
--- a/testtools/__init__.py
+++ b/testtools/__init__.py
@@ -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, 14, 'final', 0)