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

Bitbucket commits-noreply at bitbucket.org
Wed May 11 11:54:51 CEST 2011


2 new changesets in pytest:

http://bitbucket.org/hpk42/pytest/changeset/363e5a5a59c8/
changeset:   r2205:363e5a5a59c8
user:        hpk42
date:        2011-05-11 11:54:30
summary:     unbump version to retag
affected #:  3 files (53 bytes)

--- a/_pytest/__init__.py	Wed May 11 11:23:46 2011 +0200
+++ b/_pytest/__init__.py	Wed May 11 11:54:30 2011 +0200
@@ -1,2 +1,2 @@
 #
-__version__ = '2.0.4.dev0'
+__version__ = '2.0.3'


--- a/doc/conf.py	Wed May 11 11:23:46 2011 +0200
+++ b/doc/conf.py	Wed May 11 11:54:30 2011 +0200
@@ -52,8 +52,9 @@
 version = '2.0'
 # The full version, including alpha/beta/rc tags.
 import py, pytest
+release = pytest.__version__
+version = ".".join(release.split(".")[:2])
 #assert py.path.local().relto(py.path.local(pytest.__file__).dirpath().dirpath())
-release = pytest.__version__
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.


--- a/setup.py	Wed May 11 11:23:46 2011 +0200
+++ b/setup.py	Wed May 11 11:54:30 2011 +0200
@@ -22,7 +22,7 @@
         name='pytest',
         description='py.test: simple powerful testing with Python',
         long_description = long_description,
-        version='2.0.4.dev0',
+        version='2.0.3',
         url='http://pytest.org',
         license='MIT license',
         platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],


http://bitbucket.org/hpk42/pytest/changeset/1a96be7e4291/
changeset:   r2206:1a96be7e4291
user:        hpk42
date:        2011-05-11 11:54:36
summary:     Added tag 2.0.3 for changeset 363e5a5a59c8
affected #:  1 file (94 bytes)

--- a/.hgtags	Wed May 11 11:54:30 2011 +0200
+++ b/.hgtags	Wed May 11 11:54:36 2011 +0200
@@ -39,3 +39,5 @@
 c777dcad166548b7499564cb49ae5c8b4b07f935 2.0.3
 c777dcad166548b7499564cb49ae5c8b4b07f935 2.0.3
 49f11dbff725acdcc5fe3657cbcdf9ae04e25bbc 2.0.3
+49f11dbff725acdcc5fe3657cbcdf9ae04e25bbc 2.0.3
+363e5a5a59c803e6bc176a6f9cc4bf1a1ca2dab0 2.0.3

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

--

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