[Checkins] SVN: zc.catalog/trunk/ Prepare for first release on Cheeseshop.

Martijn Faassen faassen at infrae.com
Fri Sep 22 11:45:43 EDT 2006


Log message for revision 70340:
  Prepare for first release on Cheeseshop.
  

Changed:
  A   zc.catalog/trunk/CHANGES.txt
  U   zc.catalog/trunk/setup.py

-=-
Added: zc.catalog/trunk/CHANGES.txt
===================================================================
--- zc.catalog/trunk/CHANGES.txt	2006-09-22 15:41:33 UTC (rev 70339)
+++ zc.catalog/trunk/CHANGES.txt	2006-09-22 15:45:41 UTC (rev 70340)
@@ -0,0 +1,11 @@
+==================
+zc.catalog changes
+==================
+
+0.2 (2006-11-22)
+================
+
+Features added
+--------------
+
+* First release on Cheeseshop.

Modified: zc.catalog/trunk/setup.py
===================================================================
--- zc.catalog/trunk/setup.py	2006-09-22 15:41:33 UTC (rev 70339)
+++ zc.catalog/trunk/setup.py	2006-09-22 15:45:41 UTC (rev 70340)
@@ -2,7 +2,7 @@
 
 setup(
     name="zc.catalog",
-    version="0.1.1",
+    version="0.2",
     packages=find_packages('src', exclude=["*.tests", "*.ftests"]),
     
     package_dir= {'':'src'},
@@ -21,5 +21,6 @@
 and an alternative catalog implementation.
 """,
     license='ZPL',
-    keywords="zope zope3",
+    keywords="zope zope3 indexing",
+    classifiers = ['Framework :: Zope 3'],
     )



More information about the Checkins mailing list