From 88c5299a946f2bcd1edff9c3750a81b3d870bcd6 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Sat, 20 Aug 2011 18:51:53 +0200 Subject: [PATCH] fix announcement --- doc/announce/release-2.1.1.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/announce/release-2.1.1.txt b/doc/announce/release-2.1.1.txt index e61a56e69..ecdd69f4d 100644 --- a/doc/announce/release-2.1.1.txt +++ b/doc/announce/release-2.1.1.txt @@ -6,12 +6,12 @@ popular py.test testing tool. See extensive docs with examples here: http://pytest.org/ -Most bug fixes fix remaining issues with the perfected assertions introduced -with 2.1.0 - thanks to the bug reporters and to Benjamin Peterson for -helping to fix them. Also, junitxml output now produces system-out/err -tags which are shown more nicely within Jenkins environments. +Most bug fixes address remaining issues with the perfected assertions +introduced with 2.1.0 - many thanks to the bug reporters and to Benjamin +Peterson for helping to fix them. Also, junitxml output now produces +system-out/err tags which lead to better displays of tracebacks with Jenkins. -NOTE particularly to package maintainers and others interested: there now +Also a quick note to package maintainers and others interested: there now is a "pytest" man page which can be generated with "make man" in doc/. If you want to install or upgrade pytest, just type one of::