bump version and fix changelog issue reference

This commit is contained in:
holger krekel 2010-12-06 19:01:50 +01:00
parent fc4f72cb1f
commit e6541ed14e
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
Changes between 2.0.0 and 2.0.1.dev1 Changes between 2.0.0 and 2.0.1.dev1
---------------------------------------------- ----------------------------------------------
- fix issue10: assert failures in doctest modules. - fix issue7: assert failures in doctest modules.
unexpected failures in doctests will not generally unexpected failures in doctests will not generally
show nicer, i.e. within the doctest failing context. show nicer, i.e. within the doctest failing context.
- fix issue9: setup/teardown functions for an xfail-marked - fix issue9: setup/teardown functions for an xfail-marked

View File

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

View File

@ -22,7 +22,7 @@ def main():
name='pytest', name='pytest',
description='py.test: simple powerful testing with Python', description='py.test: simple powerful testing with Python',
long_description = long_description, long_description = long_description,
version='2.0.1.dev1', version='2.0.1.dev3',
url='http://pytest.org', url='http://pytest.org',
license='MIT license', license='MIT license',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'], platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],