# HG changeset patch -- Bitbucket.org
# Project pytest-xdist
# URL http://bitbucket.org/hpk42/pytest-xdist/overview
# User holger krekel <hol...@merlinux.eu>
# Date 1290712319 -3600
# Node ID cd44a941c833c098e4899fe3d42a96703754d0d5
# Parent  5f81d275775449132c497cef31d72bc5e1f7eeb8
upping version to 1.5

--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
 
 setup(
     name="pytest-xdist",
-    version='1.5a11',
+    version='1.5',
     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.5a11'
+__version__ = '1.5'

--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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"
   for details.
 - major internal refactoring to match the pytest-2.0 event refactoring
_______________________________________________
py-svn mailing list
py-svn@codespeak.net
http://codespeak.net/mailman/listinfo/py-svn

Reply via email to