[Checkins] SVN: zope.index/trunk/ Version bump.

Dan Korostelev nadako at gmail.com
Tue Dec 30 06:57:13 EST 2008


Log message for revision 94442:
  Version bump.

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

-=-
Modified: zope.index/trunk/CHANGES.txt
===================================================================
--- zope.index/trunk/CHANGES.txt	2008-12-30 11:56:47 UTC (rev 94441)
+++ zope.index/trunk/CHANGES.txt	2008-12-30 11:57:13 UTC (rev 94442)
@@ -1,9 +1,14 @@
 Changes
 =======
 
-3.5.0 (unreleased)
+3.5.1 (unreleased)
 ------------------
 
+- ...
+
+3.5.0 (2008-12-30)
+------------------
+
 - Remove zope.testing from dependencies, as it's not really needed.
 
 - Define IIndexSort interface for indexes that support sorting.

Modified: zope.index/trunk/setup.py
===================================================================
--- zope.index/trunk/setup.py	2008-12-30 11:56:47 UTC (rev 94441)
+++ zope.index/trunk/setup.py	2008-12-30 11:57:13 UTC (rev 94442)
@@ -22,11 +22,11 @@
                     open('CHANGES.txt').read())
 
 setup(name='zope.index',
-      version='3.4.2dev',
+      version='3.5.1dev',
       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