[py-svn] r40831 - py/trunk/py

hpk at codespeak.net hpk at codespeak.net
Tue Mar 20 13:10:57 CET 2007


Author: hpk
Date: Tue Mar 20 13:10:56 2007
New Revision: 40831

Modified:
   py/trunk/py/__init__.py
Log:
bump version number, fixes


Modified: py/trunk/py/__init__.py
==============================================================================
--- py/trunk/py/__init__.py	(original)
+++ py/trunk/py/__init__.py	Tue Mar 20 13:10:56 2007
@@ -7,7 +7,7 @@
 """
 from initpkg import initpkg
 
-version = "0.9.0"
+version = "0.9.1-alpha"
 
 initpkg(__name__,
     description = "py lib: agile development and test support library",
@@ -15,9 +15,9 @@
     lastchangedate = '$LastChangedDate$',
     version = version, 
     url = "http://codespeak.net/py",
-    download_url = "http://codespeak.net/download/py/py-%s.tar.gz" %(version,), 
+    download_url = "xxx" # "http://codespeak.net/download/py/py-%s.tar.gz" %(version,), 
     license = "MIT license",
-    platforms = ['unix', 'linux', 'cygwin'],
+    platforms = ['unix', 'linux', 'cygwin', 'win32'],
     author = "holger krekel, Carl Friedrich Bolz, Guido Wesdorp, Maciej Fijalkowski, Armin Rigo & others",
     author_email = "py-dev at codespeak.net",
     long_description = globals()['__doc__'],


More information about the py-svn mailing list