[Checkins] SVN: zope.app.publisher/tags/3.10.0/ Tag 3.10.0

Dan Korostelev nadako at gmail.com
Mon Aug 31 08:27:18 EDT 2009


Log message for revision 103392:
  Tag 3.10.0

Changed:
  A   zope.app.publisher/tags/3.10.0/
  U   zope.app.publisher/tags/3.10.0/CHANGES.txt
  U   zope.app.publisher/tags/3.10.0/setup.py

-=-
Modified: zope.app.publisher/tags/3.10.0/CHANGES.txt
===================================================================
--- zope.app.publisher/trunk/CHANGES.txt	2009-08-31 08:59:07 UTC (rev 103391)
+++ zope.app.publisher/tags/3.10.0/CHANGES.txt	2009-08-31 12:27:18 UTC (rev 103392)
@@ -2,10 +2,12 @@
 CHANGES
 =======
 
-3.9.1 (unreleased)
-==================
+3.10.0 (2009-08-31)
+===================
 
-- ...
+- Fix test dependency on zope.container, now we depend on
+  zope.container >= 3.9.
+    
 
 3.9.0 (2009-08-27)
 ==================

Modified: zope.app.publisher/tags/3.10.0/setup.py
===================================================================
--- zope.app.publisher/trunk/setup.py	2009-08-31 08:59:07 UTC (rev 103391)
+++ zope.app.publisher/tags/3.10.0/setup.py	2009-08-31 12:27:18 UTC (rev 103392)
@@ -19,7 +19,7 @@
                     open('CHANGES.txt').read())
 
 setup(name='zope.app.publisher',
-      version = '3.9.1dev',
+      version = '3.10.0',
       url='http://pypi.python.org/pypi/zope.app.publisher/',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
@@ -60,7 +60,7 @@
                    'zope.app.testing',
                    'zope.app.securitypolicy',
                    'zope.app.zcmlfiles',
-                   'zope.container>=3.8.3',
+                   'zope.container>=3.9',
                    'zope.site'],
           },
 



More information about the checkins mailing list