bump to release version, regenerate docs

This commit is contained in:
holger krekel
2011-03-09 10:58:36 +01:00
parent 55657d6c51
commit 007f0daeb9
21 changed files with 220 additions and 134 deletions

View File

@@ -1,7 +1,7 @@
"""
unit and functional testing with Python.
"""
__version__ = '2.0.2.dev7'
__version__ = '2.0.2'
__all__ = ['main']
from _pytest.core import main, UsageError, _preloadplugins