open up pytest-2.6 branch in case we want to release a 2.6.4 before 2.7.0 happens

--HG--
branch : pytest-2.6
This commit is contained in:
holger krekel 2014-10-07 11:14:57 +02:00
parent b6475b058f
commit 1ed1ef3c71
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Unreleased
2.6.4.dev
----------
- Improve assertion failure reporting on iterables, by using ndiff and pprint.

View File

@ -1,2 +1,2 @@
#
__version__ = '2.6.4.dev1'
__version__ = '2.6.4.dev2'

View File

@ -27,7 +27,7 @@ def main():
name='pytest',
description='pytest: simple powerful testing with Python',
long_description=long_description,
version='2.6.4.dev1',
version='2.6.4.dev2',
url='http://pytest.org',
license='MIT license',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],