1 new commit in pytest: https://bitbucket.org/hpk42/pytest/commits/aba49b1a860f/ Changeset: aba49b1a860f User: hpk42 Date: 2013-10-01 12:51:52 Summary: bump version to dev again, new CHANGELOG section for 2.4.1.dev. Affected #: 3 files
diff -r 4a3891297f9131f1e4944bfc68bb23d1a29c75cf -r aba49b1a860f2b5914770841d0410ae3e357ad75 CHANGELOG --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +Changes between 2.4.0 and X +----------------------------------- + + + Changes between 2.3.5 and 2.4 ----------------------------------- diff -r 4a3891297f9131f1e4944bfc68bb23d1a29c75cf -r aba49b1a860f2b5914770841d0410ae3e357ad75 _pytest/__init__.py --- a/_pytest/__init__.py +++ b/_pytest/__init__.py @@ -1,2 +1,2 @@ # -__version__ = '2.4.0' +__version__ = '2.4.1.dev1' diff -r 4a3891297f9131f1e4944bfc68bb23d1a29c75cf -r aba49b1a860f2b5914770841d0410ae3e357ad75 setup.py --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ name='pytest', description='py.test: simple powerful testing with Python', long_description = long_description, - version='2.4.0', + version='2.4.1.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