1 new changeset in pytest: http://bitbucket.org/hpk42/pytest/changeset/cf87d8bd91c1/ changeset: r2204:cf87d8bd91c1 user: hpk42 date: 2011-05-11 11:23:46 summary: bump version affected #: 3 files (11 bytes)
--- a/_pytest/__init__.py Sun May 01 12:38:56 2011 +0200 +++ b/_pytest/__init__.py Wed May 11 11:23:46 2011 +0200 @@ -1,2 +1,2 @@ # -__version__ = '2.0.3' +__version__ = '2.0.4.dev0' --- a/doc/conf.py Sun May 01 12:38:56 2011 +0200 +++ b/doc/conf.py Wed May 11 11:23:46 2011 +0200 @@ -52,7 +52,7 @@ version = '2.0' # The full version, including alpha/beta/rc tags. import py, pytest -assert py.path.local().relto(py.path.local(pytest.__file__).dirpath().dirpath()) +#assert py.path.local().relto(py.path.local(pytest.__file__).dirpath().dirpath()) release = pytest.__version__ # The language for content autogenerated by Sphinx. Refer to documentation --- a/setup.py Sun May 01 12:38:56 2011 +0200 +++ b/setup.py Wed May 11 11:23:46 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.dev0', 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