[py-svn] r38452 - py/trunk/py

hpk at codespeak.net hpk at codespeak.net
Sun Feb 11 12:53:43 CET 2007


Author: hpk
Date: Sun Feb 11 12:53:42 2007
New Revision: 38452

Modified:
   py/trunk/py/__init__.py
Log:
bumping version number to 0.9.0-beta


Modified: py/trunk/py/__init__.py
==============================================================================
--- py/trunk/py/__init__.py	(original)
+++ py/trunk/py/__init__.py	Sun Feb 11 12:53:42 2007
@@ -5,7 +5,7 @@
 """
 from initpkg import initpkg
 
-version = "0.8.80-alpha2"
+version = "0.9.0-beta"
 
 initpkg(__name__,
     description = "py.test and the py lib",
@@ -16,10 +16,11 @@
     download_url = "http://codespeak.net/download/py/%s.tar.gz" %(version,), 
     license = "MIT license",
     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 at codespeak.net",
     long_description = globals()['__doc__'],
 
+    # EXPORTED API 
     exportdefs = {
     # helpers for use from test functions or collectors
     'test.__doc__'           : ('./test/__init__.py', '__doc__'),



More information about the pytest-commit mailing list