[py-svn] pytest commit 2203d078dd48: bump version

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Sun Nov 7 16:25:09 CET 2010


# HG changeset patch -- Bitbucket.org
# Project pytest
# URL http://bitbucket.org/hpk42/pytest/overview
# User holger krekel <holger at merlinux.eu>
# Date 1289143604 -3600
# Node ID 2203d078dd485640a5be1d6e8c8782e15e33065f
# Parent  6996b4fa53a19dfa17558c38c870e43b485d0df9
bump version

--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ def main():
         name='pytest',
         description='py.test: simple powerful testing with Python',
         long_description = long_description,
-        version='2.0.0.dev23',
+        version='2.0.0.dev24',
         url='http://pytest.org',
         license='MIT license',
         platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],

--- a/pytest/__init__.py
+++ b/pytest/__init__.py
@@ -5,7 +5,7 @@ see http://pytest.org for documentation 
 
 (c) Holger Krekel and others, 2004-2010
 """
-__version__ = '2.0.0.dev23'
+__version__ = '2.0.0.dev24'
 
 __all__ = ['config', 'cmdline']



More information about the pytest-commit mailing list