bump version to 1.6
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
1.6 (dev)
|
||||
1.6
|
||||
-------------------------
|
||||
|
||||
- terser collection reporting
|
||||
|
||||
2
setup.py
2
setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
|
||||
|
||||
setup(
|
||||
name="pytest-xdist",
|
||||
version='1.6.dev3',
|
||||
version='1.6',
|
||||
description='py.test xdist plugin for distributed testing and loop-on-failing modes',
|
||||
long_description=open('README.txt').read(),
|
||||
license='GPLv2 or later',
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
#
|
||||
__version__ = '1.6.dev3'
|
||||
__version__ = '1.6'
|
||||
|
||||
Reference in New Issue
Block a user