[py-svn] commit/pytest-xdist: 2 new changesets

Bitbucket commits-noreply at bitbucket.org
Sun Apr 17 23:10:45 CEST 2011


2 new changesets in pytest-xdist:

http://bitbucket.org/hpk42/pytest-xdist/changeset/4815040bdad8/
changeset:   r102:4815040bdad8
user:        hpk42
date:        2011-04-17 23:10:20
summary:     bump version to 1.6
affected #:  3 files (16 bytes)

--- a/CHANGELOG	Thu Apr 14 21:35:27 2011 +0200
+++ b/CHANGELOG	Sun Apr 17 23:10:20 2011 +0200
@@ -1,4 +1,4 @@
-1.6 (dev)
+1.6
 -------------------------
 
 - terser collection reporting


--- a/setup.py	Thu Apr 14 21:35:27 2011 +0200
+++ b/setup.py	Sun Apr 17 23:10:20 2011 +0200
@@ -2,7 +2,7 @@
 
 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',


--- a/xdist/__init__.py	Thu Apr 14 21:35:27 2011 +0200
+++ b/xdist/__init__.py	Sun Apr 17 23:10:20 2011 +0200
@@ -1,2 +1,2 @@
 #
-__version__ = '1.6.dev3'
+__version__ = '1.6'


http://bitbucket.org/hpk42/pytest-xdist/changeset/00bc3c2a2253/
changeset:   r103:00bc3c2a2253
user:        hpk42
date:        2011-04-17 23:10:37
summary:     Added tag 1.6 for changeset 4815040bdad8
affected #:  1 file (45 bytes)

--- a/.hgtags	Sun Apr 17 23:10:20 2011 +0200
+++ b/.hgtags	Sun Apr 17 23:10:37 2011 +0200
@@ -6,3 +6,4 @@
 eaf8b1cb7c312883598677231be5bbeea3b5c127 1.3
 a423748bf17ee778a37853225210257699cad9c1 1.4
 cd44a941c833c098e4899fe3d42a96703754d0d5 1.5
+4815040bdad8f182a5487f57a9da385483836e75 1.6

Repository URL: https://bitbucket.org/hpk42/pytest-xdist/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the pytest-commit mailing list