bump version to 1.6

This commit is contained in:
holger krekel
2011-04-17 23:10:20 +02:00
parent d9c5f18478
commit 722006f7f6
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
1.6 (dev) 1.6
------------------------- -------------------------
- terser collection reporting - terser collection reporting

View File

@@ -2,7 +2,7 @@ from setuptools import setup
setup( setup(
name="pytest-xdist", name="pytest-xdist",
version='1.6.dev3', version='1.6',
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',

View File

@@ -1,2 +1,2 @@
# #
__version__ = '1.6.dev3' __version__ = '1.6'