bump version to 2.3.2, regen docs and changelog

This commit is contained in:
holger krekel
2012-10-25 13:48:31 +02:00
parent bcb8dc71d2
commit 6ad16936bb
23 changed files with 154 additions and 152 deletions

View File

@@ -29,7 +29,7 @@ Running this would result in a passed test except for the last
$ py.test test_tmpdir.py
=========================== test session starts ============================
platform linux2 -- Python 2.7.3 -- pytest-2.3.1
platform linux2 -- Python 2.7.3 -- pytest-2.3.2
collected 1 items
test_tmpdir.py F
@@ -37,7 +37,7 @@ Running this would result in a passed test except for the last
================================= FAILURES =================================
_____________________________ test_create_file _____________________________
tmpdir = local('/tmp/pytest-1517/test_create_file0')
tmpdir = local('/tmp/pytest-918/test_create_file0')
def test_create_file(tmpdir):
p = tmpdir.mkdir("sub").join("hello.txt")