bumping version number: 1.2.0a1

--HG--
branch : trunk
This commit is contained in:
holger krekel 2010-01-03 11:42:26 +01:00
parent c6c7d041b7
commit 0b2d9a5520
2 changed files with 4 additions and 4 deletions

View File

@ -7,9 +7,9 @@ and classes. The initpkg-dictionary below specifies
name->value mappings where value can be another namespace name->value mappings where value can be another namespace
dictionary or an import path. 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" __version__ = version = version or "1.1.x"
import py.apipkg import py.apipkg

View File

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