[Checkins] SVN: zope.app.publication/trunk/ metadata update

Shane Hathaway shane at hathawaymix.org
Fri May 22 21:02:24 EDT 2009


Log message for revision 100269:
  metadata update

Changed:
  U   zope.app.publication/trunk/CHANGES.txt
  U   zope.app.publication/trunk/setup.py

-=-
Modified: zope.app.publication/trunk/CHANGES.txt
===================================================================
--- zope.app.publication/trunk/CHANGES.txt	2009-05-23 01:01:42 UTC (rev 100268)
+++ zope.app.publication/trunk/CHANGES.txt	2009-05-23 01:02:24 UTC (rev 100269)
@@ -2,16 +2,18 @@
 CHANGES
 =======
 
-3.6.1 (unreleased)
+3.7.0 (unreleased)
 ------------------
 
-- Nothing changed yet.
+- Moved the publicationtraverse module to zope.traversing, removing the
+  zope.app.publisher -> zope.app.publication dependency (which was a
+  cycle).
 
 
 3.6.0 (2009-05-18)
 ------------------
 
-- Use ``zope:adpater`` ZCML directive instead of ``zope:view``.
+- Use ``zope:adapter`` ZCML directive instead of ``zope:view``.
   This avoid dependency on ``zope.app.component``.
 
 - Update imports from ``zope.app.security`` to ``zope.authentication`` and

Modified: zope.app.publication/trunk/setup.py
===================================================================
--- zope.app.publication/trunk/setup.py	2009-05-23 01:01:42 UTC (rev 100268)
+++ zope.app.publication/trunk/setup.py	2009-05-23 01:02:24 UTC (rev 100269)
@@ -21,7 +21,7 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version = '3.6.1dev'
+version = '3.7.0'
 
 setup(name='zope.app.publication',
     version=version,
@@ -68,6 +68,7 @@
                       'zope.app.applicationcontrol',
                       'zope.browser>=1.2',
                       'zope.publisher',
+                      'zope.traversing>=3.7.0',
                       'zope.app.publisher',
                       'setuptools',
                       ],



More information about the Checkins mailing list