[py-svn] pylib commit cc6128f129a0: bump version

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


# HG changeset patch -- Bitbucket.org
# Project pylib
# URL http://bitbucket.org/hpk42/pylib/overview
# User holger krekel <holger at merlinux.eu>
# Date 1289143596 -3600
# Node ID cc6128f129a0d2723c998efc521b2158f91762aa
# Parent  5367bea2f47738bdefa9eb55752e5a2a4b0e841b
bump version

--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ def main():
         long_description = long_description,
         install_requires=['py>=1.3.9', ], # force newer py version which removes 'py' namespace
         #                                  # so we can occupy it
-        version='2.0.0.dev5',
+        version='2.0.0.dev6',
         url='http://pylib.org',
         license='MIT license',
         platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],

--- a/py/__init__.py
+++ b/py/__init__.py
@@ -8,7 +8,7 @@ dictionary or an import path.
 
 (c) Holger Krekel and others, 2004-2010
 """
-__version__ = '2.0.0.dev5'
+__version__ = '2.0.0.dev6'
 
 from py import _apipkg



More information about the pytest-commit mailing list