switching release branch back to 1.0.x versioning

--HG--
branch : 1.0.x
This commit is contained in:
holger krekel 2009-08-27 11:50:17 +02:00
parent e7b86d808f
commit c981ead40e
2 changed files with 4 additions and 2 deletions

View File

@ -20,7 +20,9 @@ For questions please check out http://pylib.org/contact.html
from initpkg import initpkg from initpkg import initpkg
trunk = None trunk = None
version = trunk or "1.0.2" version = trunk or "1.0.x"
del trunk
initpkg(__name__, initpkg(__name__,
description = "py.test and pylib: advanced testing tool and networking lib", description = "py.test and pylib: advanced testing tool and networking lib",

View File

@ -31,7 +31,7 @@ def main():
name='py', name='py',
description='py.test and pylib: advanced testing tool and networking lib', description='py.test and pylib: advanced testing tool and networking lib',
long_description = long_description, long_description = long_description,
version= trunk or '1.0.2', version= trunk or '1.0.x',
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'],