[Checkins] SVN: zope.index/trunk/ Bump version.

Dan Korostelev nadako at gmail.com
Fri Feb 27 09:37:35 EST 2009


Log message for revision 97352:
  Bump version.

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

-=-
Modified: zope.index/trunk/CHANGES.txt
===================================================================
--- zope.index/trunk/CHANGES.txt	2009-02-27 14:36:53 UTC (rev 97351)
+++ zope.index/trunk/CHANGES.txt	2009-02-27 14:37:35 UTC (rev 97352)
@@ -1,9 +1,14 @@
 Changes
 =======
 
-3.5.1 (unreleased)
+3.5.2 (unreleased)
 ------------------
 
+- ...
+
+3.5.1 (2009-02-27)
+------------------
+
 - The baseindex, okapiindex, and lexicon used plain counters for various
   lengths, which is unsuitable for production applications.
   Backport code from Zope2 indexes which opportunistically replaces the

Modified: zope.index/trunk/buildout.cfg
===================================================================
--- zope.index/trunk/buildout.cfg	2009-02-27 14:36:53 UTC (rev 97351)
+++ zope.index/trunk/buildout.cfg	2009-02-27 14:37:35 UTC (rev 97352)
@@ -1,7 +1,6 @@
 [buildout]
 develop = .
 parts = test coverage-test coverage-report python
-find-links = http://download.zope.org/distribution/
 
 [test]
 recipe = zc.recipe.testrunner

Modified: zope.index/trunk/setup.py
===================================================================
--- zope.index/trunk/setup.py	2009-02-27 14:36:53 UTC (rev 97351)
+++ zope.index/trunk/setup.py	2009-02-27 14:37:35 UTC (rev 97352)
@@ -22,7 +22,7 @@
                     open('CHANGES.txt').read())
 
 setup(name='zope.index',
-      version='3.5.1dev',
+      version='3.5.2dev',
       url='http://pypi.python.org/pypi/zope.index',
       license='ZPL 2.1',
       author='Zope Corporation and Contributors',



More information about the Checkins mailing list