2 new commits in pytest: https://bitbucket.org/hpk42/pytest/commits/9982cf39dba1/ Changeset: 9982cf39dba1 User: hpk42 Date: 2014-09-24 14:00:06+00:00 Summary: add release announce Affected #: 1 file
diff -r 43d374de24a8644e3d27563832175a510f83a870 -r 9982cf39dba19b3382d4589a83b7bfd9b82d5987 doc/en/announce/index.txt --- a/doc/en/announce/index.txt +++ b/doc/en/announce/index.txt @@ -5,6 +5,7 @@ .. toctree:: :maxdepth: 2 + release-2.6.3 release-2.6.2 release-2.6.1 release-2.6.0 https://bitbucket.org/hpk42/pytest/commits/f829d42dd9f7/ Changeset: f829d42dd9f7 User: hpk42 Date: 2014-09-24 14:27:34+00:00 Summary: bump version to 2.6.4.dev Affected #: 2 files diff -r 9982cf39dba19b3382d4589a83b7bfd9b82d5987 -r f829d42dd9f7a5deb4a4e497d8ca08c08fdeba9c _pytest/__init__.py --- a/_pytest/__init__.py +++ b/_pytest/__init__.py @@ -1,2 +1,2 @@ # -__version__ = '2.6.3' +__version__ = '2.6.4.dev1' diff -r 9982cf39dba19b3382d4589a83b7bfd9b82d5987 -r f829d42dd9f7a5deb4a4e497d8ca08c08fdeba9c 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.6.3', + version='2.6.4.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