[Checkins] SVN: Products.ZCTextIndex/trunk/ Prepare Products.ZCTextIndex 2.13.1.

Hanno Schlichting hannosch at hannosch.eu
Sat Oct 2 06:39:44 EDT 2010


Log message for revision 117164:
  Prepare Products.ZCTextIndex 2.13.1.

Changed:
  U   Products.ZCTextIndex/trunk/CHANGES.txt
  U   Products.ZCTextIndex/trunk/setup.py

-=-
Modified: Products.ZCTextIndex/trunk/CHANGES.txt
===================================================================
--- Products.ZCTextIndex/trunk/CHANGES.txt	2010-10-02 10:38:52 UTC (rev 117163)
+++ Products.ZCTextIndex/trunk/CHANGES.txt	2010-10-02 10:39:44 UTC (rev 117164)
@@ -1,7 +1,7 @@
 Changelog
 =========
 
-2.13.1 (unreleased)
+2.13.1 (2010-10-02)
 -------------------
 
 - Changed word id creation algorithm in Lexicon. Instead of relying on an

Modified: Products.ZCTextIndex/trunk/setup.py
===================================================================
--- Products.ZCTextIndex/trunk/setup.py	2010-10-02 10:38:52 UTC (rev 117163)
+++ Products.ZCTextIndex/trunk/setup.py	2010-10-02 10:39:44 UTC (rev 117164)
@@ -16,7 +16,7 @@
 from setuptools import setup, find_packages, Extension
 
 setup(name='Products.ZCTextIndex',
-      version = '2.13.1dev',
+      version = '2.13.1',
       url='http://pypi.python.org/pypi/Products.ZCTextIndex',
       license='ZPL 2.1',
       description="Full text indexing for ZCatalog / Zope 2.",



More information about the checkins mailing list