update changelog/author info, bump version number

This commit is contained in:
holger krekel 2015-09-17 13:43:39 +02:00
parent 3bcda48ba4
commit baf5b5d005
4 changed files with 6 additions and 2 deletions

View File

@ -51,6 +51,7 @@ Marc Schlaich
Mark Abramowitz
Markus Unterwaditzer
Martijn Faassen
Michael Droettboom
Nicolas Delaby
Pieter Mulder
Piotr Banaszkiewicz

View File

@ -12,6 +12,9 @@
to passing "fEsxXw" explicitly (isse960).
Thanks Abhijeet Kasurde for the PR.
- avoid python3.5 deprecation warnings by introducing version
specific inspection helpers, thanks Michael Droettboom.
- fix issue562: @nose.tools.istest now fully respected.
- fix issue934: when string comparison fails and a diff is too large to display

View File

@ -1,2 +1,2 @@
#
__version__ = '2.8.0.dev5'
__version__ = '2.8.0.dev6'

View File

@ -67,7 +67,7 @@ def main():
url='http://pytest.org',
license='MIT license',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
author='Holger Krekel, Benjamin Peterson, Ronny Pfannschmidt, Floris Bruynooghe and others',
author='Holger Krekel, Bruno Oliveira, Ronny Pfannschmidt, Floris Bruynooghe, Brianna Laugher, Florian Bruhin and others',
author_email='holger at merlinux.eu',
entry_points=make_entry_points(),
classifiers=classifiers,