[Checkins] SVN: zope.app.apidoc/trunk/ Fixed a test to work with the latest packages and get ready for release.

Stephan Richter srichter at gmail.com
Thu Jul 23 16:00:40 EDT 2009


Log message for revision 102184:
  Fixed a test to work with the latest packages and get ready for release.
  

Changed:
  U   zope.app.apidoc/trunk/CHANGES.txt
  U   zope.app.apidoc/trunk/setup.py
  U   zope.app.apidoc/trunk/src/zope/app/apidoc/codemodule/browser/introspector.txt

-=-
Modified: zope.app.apidoc/trunk/CHANGES.txt
===================================================================
--- zope.app.apidoc/trunk/CHANGES.txt	2009-07-23 19:51:57 UTC (rev 102183)
+++ zope.app.apidoc/trunk/CHANGES.txt	2009-07-23 20:00:39 UTC (rev 102184)
@@ -2,10 +2,11 @@
 CHANGES
 =======
 
-3.6.4 (unreleased)
+3.6.4 (2009-07-23)
 ------------------
 
-- Nothing changed yet.
+- The ``IContained`` interface moved to ``zope.location.interfaces``. Make a
+  test pass.
 
 
 3.6.3 (2009-05-16)

Modified: zope.app.apidoc/trunk/setup.py
===================================================================
--- zope.app.apidoc/trunk/setup.py	2009-07-23 19:51:57 UTC (rev 102183)
+++ zope.app.apidoc/trunk/setup.py	2009-07-23 20:00:39 UTC (rev 102184)
@@ -23,7 +23,7 @@
 
 setup(
     name = 'zope.app.apidoc',
-    version = '3.6.4dev',
+    version = '3.6.4',
     author = 'Zope Corporation and Contributors',
     author_email = 'zope-dev at zope.org',
     description = 'API Documentation and Component Inspection for Zope 3',

Modified: zope.app.apidoc/trunk/src/zope/app/apidoc/codemodule/browser/introspector.txt
===================================================================
--- zope.app.apidoc/trunk/src/zope/app/apidoc/codemodule/browser/introspector.txt	2009-07-23 19:51:57 UTC (rev 102183)
+++ zope.app.apidoc/trunk/src/zope/app/apidoc/codemodule/browser/introspector.txt	2009-07-23 20:00:39 UTC (rev 102184)
@@ -51,8 +51,8 @@
     >>> browser.getLink('zope.location.interfaces.IPossibleSite').url
     '.../Interface/zope.location.interfaces.IPossibleSite/index.html'
 
-    >>> browser.getLink('zope.container.interfaces.IContained').url
-    '...doc++/Interface/zope.container.interfaces.IContained/index.html'
+    >>> browser.getLink('zope.location.interfaces.IContained').url
+    '...doc++/Interface/zope.location.interfaces.IContained/index.html'
 
 The base classes of the ``Folder`` are as follows:
 



More information about the Checkins mailing list