~~~~~~

This is the last release to support Python2.4 and 2.5. It brings in a slew of
improvements to test tagging and concurrency, making running large test suites
with partitioned workers more reliable and easier to reproduce exact test
ordering in a given worker. See our sister project ``testrepository`` for a
test runner that uses these features.
This commit is contained in:
Robert Collins
2012-05-08 07:13:43 +12:00
parent 9948b3e363
commit e61317e10f
2 changed files with 9 additions and 3 deletions

10
NEWS
View File

@@ -4,8 +4,14 @@ testtools NEWS
Changes and improvements to testtools_, grouped by release.
NEXT
~~~~
0.9.15
~~~~~~
This is the last release to support Python2.4 and 2.5. It brings in a slew of
improvements to test tagging and concurrency, making running large test suites
with partitioned workers more reliable and easier to reproduce exact test
ordering in a given worker. See our sister project ``testrepository`` for a
test runner that uses these features.
Changes
-------

View File

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