1 new changeset in pytest: http://bitbucket.org/hpk42/pytest/changeset/ee27f70561c9/ changeset: r2209:ee27f70561c9 user: hpk42 date: 2011-05-13 09:57:35 summary: bumping version and adding changelog entry for configure funcargs affected #: 3 files (149 bytes)
--- a/CHANGELOG Thu May 12 23:47:05 2011 +0200 +++ b/CHANGELOG Fri May 13 09:57:35 2011 +0200 @@ -1,3 +1,8 @@ +Changes between 2.0.3 and DEV +---------------------------------------------- + +- introduce XXX pytest_configure_funcargs hack (thanks Ronny) + Changes between 2.0.2 and 2.0.3 ---------------------------------------------- --- a/_pytest/__init__.py Thu May 12 23:47:05 2011 +0200 +++ b/_pytest/__init__.py Fri May 13 09:57:35 2011 +0200 @@ -1,2 +1,2 @@ # -__version__ = '2.0.3' +__version__ = '2.0.4.dev' --- a/setup.py Thu May 12 23:47:05 2011 +0200 +++ b/setup.py Fri May 13 09:57:35 2011 +0200 @@ -22,7 +22,7 @@ name='pytest', description='py.test: simple powerful testing with Python', long_description = long_description, - version='2.0.3', + version='2.0.4.dev', url='http://pytest.org', license='MIT license', platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'], 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