[svn r38452] bumping version number to 0.9.0-beta

--HG--
branch : trunk
This commit is contained in:
hpk 2007-02-11 12:53:42 +01:00
parent cea9257fbb
commit edfa8f99d5
1 changed files with 5 additions and 4 deletions

View File

@ -5,21 +5,22 @@ unit-testing with practically no boilerplate.
""" """
from initpkg import initpkg from initpkg import initpkg
version = "0.8.80-alpha2" version = "0.9.0-beta"
initpkg(__name__, initpkg(__name__,
description = "py.test and the py lib", description = "py.test and the py lib",
revision = int('$LastChangedRevision: 37912 $'.split(':')[1][:-1]), revision = int('$LastChangedRevision: 38452 $'.split(':')[1][:-1]),
lastchangedate = '$LastChangedDate: 2007-02-04 15:27:10 +0100 (Sun, 04 Feb 2007) $', lastchangedate = '$LastChangedDate: 2007-02-11 12:53:42 +0100 (Sun, 11 Feb 2007) $',
version = version, version = version,
url = "http://codespeak.net/py", url = "http://codespeak.net/py",
download_url = "http://codespeak.net/download/py/%s.tar.gz" %(version,), download_url = "http://codespeak.net/download/py/%s.tar.gz" %(version,),
license = "MIT license", license = "MIT license",
platforms = ['unix', 'linux', 'cygwin'], platforms = ['unix', 'linux', 'cygwin'],
author = "holger krekel, Armin Rigo, Guido Wesdorp, Maciej Fijalkowski & others", author = "holger krekel, Carl Friedrich Bolz, Guido Wesdorp, Maciej Fijalkowski, Armin Rigo & others",
author_email = "py-dev@codespeak.net", author_email = "py-dev@codespeak.net",
long_description = globals()['__doc__'], long_description = globals()['__doc__'],
# EXPORTED API
exportdefs = { exportdefs = {
# helpers for use from test functions or collectors # helpers for use from test functions or collectors
'test.__doc__' : ('./test/__init__.py', '__doc__'), 'test.__doc__' : ('./test/__init__.py', '__doc__'),