1 new commit in pytest: https://bitbucket.org/hpk42/pytest/commits/8b3cd3ae724f/ Changeset: 8b3cd3ae724f User: hpk42 Date: 2014-04-03 22:27:04 Summary: bump version to 2.6.0.dev1 because i think we are going for a 2.6.0 release next and not just a 2.5 maintenance one. Affected #: 2 files
diff -r 2c5cab474bb76867fb6ac0f32b4b9276aa5696c7 -r 8b3cd3ae724fbaa527cba25af3243f6f872cb250 _pytest/__init__.py --- a/_pytest/__init__.py +++ b/_pytest/__init__.py @@ -1,2 +1,2 @@ # -__version__ = '2.5.3.dev1' +__version__ = '2.6.0.dev1' diff -r 2c5cab474bb76867fb6ac0f32b4b9276aa5696c7 -r 8b3cd3ae724fbaa527cba25af3243f6f872cb250 setup.py --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ name='pytest', description='pytest: simple powerful testing with Python', long_description = long_description, - version='2.5.3.dev1', + version='2.6.0.dev1', 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 https://mail.python.org/mailman/listinfo/pytest-commit