1 new changeset in pytest: http://bitbucket.org/hpk42/pytest/changeset/0bd2f75ba86d/ changeset: 0bd2f75ba86d user: hpk42 date: 2011-07-08 13:23:12 summary: finalize 2.1.0 version numbering affected #: 2 files (53 bytes)
--- a/_pytest/__init__.py Fri Jul 08 13:16:32 2011 +0200 +++ b/_pytest/__init__.py Fri Jul 08 13:23:12 2011 +0200 @@ -1,2 +1,2 @@ # -__version__ = '2.1.0.dev12' +__version__ = '2.1.0' --- a/setup.py Fri Jul 08 13:16:32 2011 +0200 +++ b/setup.py Fri Jul 08 13:23:12 2011 +0200 @@ -22,7 +22,7 @@ name='pytest', description='py.test: simple powerful testing with Python', long_description = long_description, - version='2.1.0.dev12', + version='2.1.0', url='http://pytest.org', license='MIT license', platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'], @@ -30,8 +30,7 @@ author_email='holger at merlinux.eu', entry_points= make_entry_points(), # the following should be enabled for release - #install_requires=['py>=1.4.4'], - install_requires=['py>=1.4.3'], + install_requires=['py>=1.4.4'], classifiers=['Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', Repository URL: https://bitbucket.org/hpk42/pytest/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. _______________________________________________ py-svn mailing list py-svn@codespeak.net http://codespeak.net/mailman/listinfo/py-svn