[Checkins] SVN: Interface/trunk/setup.py Change homepage to CheeseShop, bump version number (Zope 2.11a1 has been released).

Philipp von Weitershausen philikon at philikon.de
Fri Jul 27 12:36:54 EDT 2007


Log message for revision 78378:
  Change homepage to CheeseShop, bump version number (Zope 2.11a1 has been released).
  

Changed:
  U   Interface/trunk/setup.py

-=-
Modified: Interface/trunk/setup.py
===================================================================
--- Interface/trunk/setup.py	2007-07-27 16:22:00 UTC (rev 78377)
+++ Interface/trunk/setup.py	2007-07-27 16:36:54 UTC (rev 78378)
@@ -17,8 +17,8 @@
 from setuptools import setup, find_packages, Extension
 
 setup(name='Interface',
-      version = '2.11.0a1',
-      url='http://svn.zope.org/Interface',
+      version = '2.11.0a2',
+      url='http://cheeseshop.python.org/pypi/Interface',
       license='ZPL 2.1',
       description='Interface implementation',
       author='Zope Corporation and Contributors',



More information about the Checkins mailing list