aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2011-03-09 18:11:18 +0100
committerholger krekel <holger@merlinux.eu>2011-03-09 18:11:18 +0100
commit1d33f8c2bd714285106c15233d37f22d66271238 (patch)
treeb4a420c6174212f0ea336f384ae2f2e201811439 /pytest.py
parent(fijal, alex): fixed flow objspace/annotation of reraising exceptions (diff)
downloadpypy-1d33f8c2bd714285106c15233d37f22d66271238.tar.gz
pypy-1d33f8c2bd714285106c15233d37f22d66271238.tar.bz2
pypy-1d33f8c2bd714285106c15233d37f22d66271238.zip
the candidate became 2.0.2 final
Diffstat (limited to 'pytest.py')
-rw-r--r--pytest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pytest.py b/pytest.py
index 56a74dfbd1..a5090576a9 100644
--- a/pytest.py
+++ b/pytest.py
@@ -3,7 +3,7 @@ unit and functional testing with Python.
(pypy version of startup script)
see http://pytest.org for details.
"""
-__version__ = '2.0.2.dev7' # base pytest version
+__version__ = '2.0.2' # base pytest version
__all__ = ['main']
from _pytest.core import main, UsageError, _preloadplugins