1 new commit in pytest: https://bitbucket.org/hpk42/pytest/commits/e753e3d414f7/ Changeset: e753e3d414f7 User: hpk42 Date: 2013-07-24 11:16:19 Summary: bump version Affected #: 2 files
diff -r 39a686b8775f100730751756e1b638e7a305e182 -r e753e3d414f786143653d8b95145e2cf03bf746f _pytest/__init__.py --- a/_pytest/__init__.py +++ b/_pytest/__init__.py @@ -1,2 +1,2 @@ # -__version__ = '2.4.0.dev7' +__version__ = '2.4.0.dev8' diff -r 39a686b8775f100730751756e1b638e7a305e182 -r e753e3d414f786143653d8b95145e2cf03bf746f setup.py --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ name='pytest', description='py.test: simple powerful testing with Python', long_description = long_description, - version='2.4.0.dev7', + version='2.4.0.dev8', 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. _______________________________________________ pytest-commit mailing list pytest-commit@python.org http://mail.python.org/mailman/listinfo/pytest-commit