1 new commit in pytest: https://bitbucket.org/hpk42/pytest/commits/abb2eaf10864/ Changeset: abb2eaf10864 User: hpk42 Date: 2013-10-05 21:39:16 Summary: bump version to 2.3.3.dev1 Affected #: 2 files
diff -r f71c46c34d4879fd13d2f30ba22e18f6c604bc91 -r abb2eaf10864ef237380150cb61dace37dad2ad7 _pytest/__init__.py --- a/_pytest/__init__.py +++ b/_pytest/__init__.py @@ -1,2 +1,2 @@ # -__version__ = '2.4.2' +__version__ = '2.4.3.dev1' diff -r f71c46c34d4879fd13d2f30ba22e18f6c604bc91 -r abb2eaf10864ef237380150cb61dace37dad2ad7 setup.py --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ name='pytest', description='py.test: simple powerful testing with Python', long_description = long_description, - version='2.4.2', + version='2.4.3.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