[py-svn] py-trunk commit 2509c8220062: bumping version number: 1.2.0a1

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Sun Jan 3 11:42:35 CET 2010


# HG changeset patch -- Bitbucket.org
# Project py-trunk
# URL http://bitbucket.org/hpk42/py-trunk/overview/
# User holger krekel <holger at merlinux.eu>
# Date 1262515346 -3600
# Node ID 2509c822006230713773c0f981bd5b6b4170432c
# Parent d0ab94d109e711cfe416932124aa50666032028a
bumping version number: 1.2.0a1

--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ For questions please check out http://py
 .. _`py.path`: http://pylib.org/path.html
 .. _`py.code`: http://pylib.org/code.html
 
-(c) Holger Krekel and others, 2009
+(c) Holger Krekel and others, 2004-2010
 """
 trunk = None
 def main():
@@ -28,7 +28,7 @@ def main():
         name='py',
         description='py.test and pylib: rapid testing and development utils.',
         long_description = long_description,
-        version= trunk or '1.1.1post1',
+        version= trunk or '1.2.0a1',
         url='http://pylib.org',
         license='MIT license',
         platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],

--- a/py/__init__.py
+++ b/py/__init__.py
@@ -7,9 +7,9 @@ and classes.  The initpkg-dictionary  be
 name->value mappings where value can be another namespace
 dictionary or an import path.  
 
-(c) Holger Krekel and others, 2009
+(c) Holger Krekel and others, 2004-2010
 """
-version = "1.1.1post1"
+version = "1.2.0a1"
 
 __version__ = version = version or "1.1.x"
 import py.apipkg



More information about the pytest-commit mailing list