bump version, add announcement, regen docs

This commit is contained in:
holger krekel
2012-11-20 13:42:00 +01:00
parent a9adfa9114
commit 765b053984
22 changed files with 193 additions and 170 deletions

View File

@@ -26,7 +26,7 @@ you will see the return value of the function call::
$ py.test test_assert1.py
=========================== test session starts ============================
platform linux2 -- Python 2.7.3 -- pytest-2.3.3
platform linux2 -- Python 2.7.3 -- pytest-2.4.6
collected 1 items
test_assert1.py F
@@ -110,7 +110,7 @@ if you run this module::
$ py.test test_assert2.py
=========================== test session starts ============================
platform linux2 -- Python 2.7.3 -- pytest-2.3.3
platform linux2 -- Python 2.7.3 -- pytest-2.4.6
collected 1 items
test_assert2.py F