[Checkins] SVN: zope.index/tags/3.5.0/ Tag 3.5.0

Dan Korostelev nadako at gmail.com
Tue Dec 30 06:56:47 EST 2008


Log message for revision 94441:
  Tag 3.5.0

Changed:
  A   zope.index/tags/3.5.0/
  U   zope.index/tags/3.5.0/CHANGES.txt
  U   zope.index/tags/3.5.0/setup.py

-=-
Modified: zope.index/tags/3.5.0/CHANGES.txt
===================================================================
--- zope.index/trunk/CHANGES.txt	2008-12-30 11:43:17 UTC (rev 94440)
+++ zope.index/tags/3.5.0/CHANGES.txt	2008-12-30 11:56:47 UTC (rev 94441)
@@ -1,7 +1,7 @@
 Changes
 =======
 
-3.5.0 (unreleased)
+3.5.0 (2008-12-30)
 ------------------
 
 - Remove zope.testing from dependencies, as it's not really needed.

Modified: zope.index/tags/3.5.0/setup.py
===================================================================
--- zope.index/trunk/setup.py	2008-12-30 11:43:17 UTC (rev 94440)
+++ zope.index/tags/3.5.0/setup.py	2008-12-30 11:56:47 UTC (rev 94441)
@@ -22,11 +22,11 @@
                     open('CHANGES.txt').read())
 
 setup(name='zope.index',
-      version='3.4.2dev',
+      version='3.5.0',
       url='http://pypi.python.org/pypi/zope.index',
       license='ZPL 2.1',
       author='Zope Corporation and Contributors',
-      author_email='zope3-dev at zope.org',
+      author_email='zope-dev at zope.org',
       description="Indices for using with catalog like text, field, etc.",
       long_description=long_description,
       packages=find_packages('src'),



More information about the Checkins mailing list