[Checkins] SVN: zope.schema/trunk/setup.py next version is 3.5.0a1

Christian Zagrodnick cz at gocept.com
Fri Aug 24 04:45:51 EDT 2007


Log message for revision 79214:
  next version is 3.5.0a1
  
  chnaged homepage to pypi

Changed:
  U   zope.schema/trunk/setup.py

-=-
Modified: zope.schema/trunk/setup.py
===================================================================
--- zope.schema/trunk/setup.py	2007-08-24 06:43:34 UTC (rev 79213)
+++ zope.schema/trunk/setup.py	2007-08-24 08:45:51 UTC (rev 79214)
@@ -24,8 +24,8 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.schema',
-      version = '3.4.0b1',
-      url='http://svn.zope.org/zope.schema',
+      version = '3.5.0a1',
+      url='http://pypi.python.org/pypi/zope.schema',
       license='ZPL 2.1',
       description='Zope3 Data Schemas',
       author='Zope Corporation and Contributors',



More information about the Checkins mailing list