From f70204c03c4fe6596c19826583090fa0d25657af Mon Sep 17 00:00:00 2001 From: Jonathan Lange Date: Mon, 25 Jan 2016 16:18:57 +0000 Subject: [PATCH] Release 1.9.0 --- NEWS | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index e96c923..a5bca19 100644 --- a/NEWS +++ b/NEWS @@ -3,8 +3,15 @@ testtools NEWS Changes and improvements to testtools_, grouped by release. -Next -~~~~ +1.9.0 +~~~~~ + +Many new fixes in this branch, including lots of work around Twisted support. + +This is the first release that explicitly supports Python 3.5 and the last +release that supports Python 2.6 or 3.2. + +Thanks to all who contributed! Improvements ------------