upping version to 1.5
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
1.5a1
|
1.5
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
- adapt to pytest-2.0 changes, rsyncdirs and rsyncignore can now
|
- adapt to and require pytest-2.0 changes, rsyncdirs and rsyncignore can now
|
||||||
only be specified in [pytest] sections of ini files, see "py.test -h"
|
only be specified in [pytest] sections of ini files, see "py.test -h"
|
||||||
for details.
|
for details.
|
||||||
- major internal refactoring to match the pytest-2.0 event refactoring
|
- major internal refactoring to match the pytest-2.0 event refactoring
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="pytest-xdist",
|
name="pytest-xdist",
|
||||||
version='1.5a11',
|
version='1.5',
|
||||||
description='py.test xdist plugin for distributed testing and loop-on-failing modes',
|
description='py.test xdist plugin for distributed testing and loop-on-failing modes',
|
||||||
long_description=open('README.txt').read(),
|
long_description=open('README.txt').read(),
|
||||||
license='GPLv2 or later',
|
license='GPLv2 or later',
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
#
|
#
|
||||||
__version__ = '1.5a11'
|
__version__ = '1.5'
|
||||||
|
|||||||
Reference in New Issue
Block a user