targetting a b9

--HG--
branch : 1.0.x
This commit is contained in:
holger krekel 2009-07-23 20:16:27 +02:00
parent 73b10812c5
commit 875ebc18ef
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Changes between 1.0.0b8 and 1.0.0b9
=====================================
Changes between 1.0.0b7 and 1.0.0b8
=====================================

View File

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

View File

@ -31,7 +31,7 @@ def main():
name='py',
description='py.test and pylib: advanced testing tool and networking lib',
long_description = long_description,
version= trunk or '1.0.0b8',
version= trunk or '1.0.0b9',
url='http://pylib.org',
license='MIT license',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],