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:
parent
b6475b058f
commit
1ed1ef3c71
|
@ -1,4 +1,4 @@
|
|||
Unreleased
|
||||
2.6.4.dev
|
||||
----------
|
||||
|
||||
- Improve assertion failure reporting on iterables, by using ndiff and pprint.
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#
|
||||
__version__ = '2.6.4.dev1'
|
||||
__version__ = '2.6.4.dev2'
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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'],
|
||||
|
|
Loading…
Reference in New Issue