[Checkins] SVN: Products.ZCTextIndex/trunk/ prepare

Hano Schlichting cvs-admin at zope.org
Mon Dec 3 10:11:32 UTC 2012


Log message for revision 128489:
  prepare

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

-=-
Modified: Products.ZCTextIndex/trunk/CHANGES.txt
===================================================================
--- Products.ZCTextIndex/trunk/CHANGES.txt	2012-12-03 10:10:22 UTC (rev 128488)
+++ Products.ZCTextIndex/trunk/CHANGES.txt	2012-12-03 10:11:32 UTC (rev 128489)
@@ -1,7 +1,7 @@
 Changelog
 =========
 
-2.13.4 (unreleased)
+2.13.4 (2012-12-03)
 -------------------
 
 - Fixed problem where the index was not reindexed if the new value was an empty

Modified: Products.ZCTextIndex/trunk/setup.py
===================================================================
--- Products.ZCTextIndex/trunk/setup.py	2012-12-03 10:10:22 UTC (rev 128488)
+++ Products.ZCTextIndex/trunk/setup.py	2012-12-03 10:11:32 UTC (rev 128489)
@@ -16,7 +16,7 @@
 from setuptools import setup, find_packages, Extension
 
 setup(name='Products.ZCTextIndex',
-      version = '2.13.4dev',
+      version = '2.13.4',
       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