[Checkins] SVN: zope.index/trunk/ Fixed bug in package metadata (wrong homepage URL).

Philipp von Weitershausen philikon at philikon.de
Fri Sep 28 07:09:33 EDT 2007


Log message for revision 80297:
  Fixed bug in package metadata (wrong homepage URL).
  
  

Changed:
  U   zope.index/trunk/CHANGES.txt
  U   zope.index/trunk/setup.py

-=-
Modified: zope.index/trunk/CHANGES.txt
===================================================================
--- zope.index/trunk/CHANGES.txt	2007-09-28 11:07:33 UTC (rev 80296)
+++ zope.index/trunk/CHANGES.txt	2007-09-28 11:09:33 UTC (rev 80297)
@@ -1,10 +1,10 @@
 Changes
 =======
 
-3.4.1 (unreleased)
+3.4.1 (2007-09-28)
 ------------------
 
-...
+Fixed bug in package metadata (wrong homepage URL).
 
 3.4.0 (2007-09-28)
 ------------------

Modified: zope.index/trunk/setup.py
===================================================================
--- zope.index/trunk/setup.py	2007-09-28 11:07:33 UTC (rev 80296)
+++ zope.index/trunk/setup.py	2007-09-28 11:09:33 UTC (rev 80297)
@@ -22,8 +22,8 @@
                     open('CHANGES.txt').read())
 
 setup(name='zope.index',
-      version='3.4.1dev',
-      url='http://pypi.zope.org/pypi/zope.index',
+      version='3.4.1',
+      url='http://pypi.python.org/pypi/zope.index',
       license='ZPL 2.1',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',



More information about the Checkins mailing list