[Checkins] SVN: Products.ZCatalog/trunk/ small `fixes`

Hano Schlichting cvs-admin at zope.org
Sat Apr 7 23:51:06 UTC 2012


Log message for revision 125095:
  small `fixes`
  

Changed:
  U   Products.ZCatalog/trunk/README.txt
  U   Products.ZCatalog/trunk/setup.py

-=-
Modified: Products.ZCatalog/trunk/README.txt
===================================================================
--- Products.ZCatalog/trunk/README.txt	2012-04-07 23:43:16 UTC (rev 125094)
+++ Products.ZCatalog/trunk/README.txt	2012-04-07 23:51:03 UTC (rev 125095)
@@ -1,7 +1,7 @@
 Overview
 ========
 
-The ZCatalog is Zope 2’s built in search engine. It allows you to categorize
+The ZCatalog is Zope's built in search engine. It allows you to categorize
 and search all kinds of Zope objects.
 
 It comes with a variety of indexes for different types of data.

Modified: Products.ZCatalog/trunk/setup.py
===================================================================
--- Products.ZCatalog/trunk/setup.py	2012-04-07 23:43:16 UTC (rev 125094)
+++ Products.ZCatalog/trunk/setup.py	2012-04-07 23:51:03 UTC (rev 125095)
@@ -15,7 +15,7 @@
 from setuptools import setup, find_packages
 
 setup(name='Products.ZCatalog',
-      version = '3.0dev',
+      version='3.0dev',
       url='http://pypi.python.org/pypi/Products.ZCatalog',
       license='ZPL 2.1',
       description="Zope 2's indexing and search solution.",



More information about the checkins mailing list