[Checkins] SVN: zc.icp/trunk/s fix some prose, and go ahead and release 1.0.0

Benji York benji at zope.com
Thu Feb 7 13:29:39 EST 2008


Log message for revision 83640:
  fix some prose, and go ahead and release 1.0.0
  

Changed:
  U   zc.icp/trunk/setup.py
  U   zc.icp/trunk/src/zc/icp/README.txt

-=-
Modified: zc.icp/trunk/setup.py
===================================================================
--- zc.icp/trunk/setup.py	2008-02-07 18:29:16 UTC (rev 83639)
+++ zc.icp/trunk/setup.py	2008-02-07 18:29:39 UTC (rev 83640)
@@ -9,7 +9,7 @@
 
 setup(
     name='zc.icp',
-    version='1.0dev',
+    version='1.0',
     packages=find_packages('src', exclude=['*.tests', '*.ftests']),
     package_dir={'':'src'},
 

Modified: zc.icp/trunk/src/zc/icp/README.txt
===================================================================
--- zc.icp/trunk/src/zc/icp/README.txt	2008-02-07 18:29:16 UTC (rev 83639)
+++ zc.icp/trunk/src/zc/icp/README.txt	2008-02-07 18:29:39 UTC (rev 83640)
@@ -16,7 +16,7 @@
 Change history
 ==============
 
-1.0a1 (2008-02-07)
+1.0.0 (2008-02-07)
 ------------------
 
 Initial release.
@@ -138,9 +138,9 @@
     ...     if 'foo' in url:
     ...         return 'ICP_OP_HIT'
 
-Once we register this policy.  We have to provide a name for this registration.
-Any subsequent registration with the same name will override it.  The default
-name is the empty string.
+When registering this policy we have to provide an associated name.  Any
+subsequent registration with the same name will override the previous
+registration.  The default name is the empty string.
 
     >>> import zope.component
     >>> zope.component.provideUtility(foo_hit_policy, IICPPolicy, 'foo')



More information about the Checkins mailing list