add benjamin's post to docs, up version, open changelog

This commit is contained in:
holger krekel
2011-07-12 10:38:02 +02:00
parent a59c2c9e17
commit 709da3fe84
5 changed files with 15 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ def main():
name='pytest',
description='py.test: simple powerful testing with Python',
long_description = long_description,
version='2.1.0',
version='2.1.1.dev1',
url='http://pytest.org',
license='MIT license',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
@@ -70,4 +70,4 @@ def make_entry_points():
return {'console_scripts': l}
if __name__ == '__main__':
main()
main()