[py-svn] pytest-xdist commit 57e9dab307bd: bump version

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Tue Dec 7 12:47:46 CET 2010


# HG changeset patch -- Bitbucket.org
# Project pytest-xdist
# URL http://bitbucket.org/hpk42/pytest-xdist/overview
# User holger krekel <holger at merlinux.eu>
# Date 1291721925 -3600
# Node ID 57e9dab307bda0f3ffbf4f12b3177fc0f861968f
# Parent  c2e2cfb63950535df48a7cdf269fba18c5e33f76
bump version

--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
 
 setup(
     name="pytest-xdist",
-    version='1.6',
+    version='1.6.dev2',
     description='py.test xdist plugin for distributed testing and loop-on-failing modes',
     long_description=open('README.txt').read(),
     license='GPLv2 or later',

--- a/xdist/__init__.py
+++ b/xdist/__init__.py
@@ -1,2 +1,2 @@
 #
-__version__ = '1.6'
+__version__ = '1.6.dev2'



More information about the pytest-commit mailing list