[Checkins] SVN: zope.app.publication/trunk/ removed unnecessary test dependency, updated versions as the next release should be a major release

Michael Howitz mh at gocept.com
Thu Dec 3 14:39:52 EST 2009


Log message for revision 106198:
  removed unnecessary test dependency, updated versions as the next release should be a major release

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-12-03 17:41:51 UTC (rev 106197)
+++ zope.app.publication/trunk/CHANGES.txt	2009-12-03 19:39:52 UTC (rev 106198)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.9.1 (unreleased)
+3.10.0 (unreleased)
 ------------------
 
 - Removed dependency on zope.i18n.

Modified: zope.app.publication/trunk/setup.py
===================================================================
--- zope.app.publication/trunk/setup.py	2009-12-03 17:41:51 UTC (rev 106197)
+++ zope.app.publication/trunk/setup.py	2009-12-03 19:39:52 UTC (rev 106198)
@@ -17,7 +17,7 @@
 # Zope Toolkit policies as described by this documentation.
 ##############################################################################
 
-version = '3.9.1dev'
+version = '3.10.0dev'
 
 import os
 from setuptools import setup, find_packages
@@ -56,7 +56,6 @@
               'zope.app.securitypolicy',
               'zope.app.zcmlfiles>=3.5.4',
               'zope.app.dav',
-              'zope.app.publisher',
               'zope.app.zptpage',
               'zope.principalregistry',
               'zope.app.applicationcontrol>=3.5.0',



More information about the checkins mailing list