[Checkins] SVN: zope.app.publisher/trunk/ making version setup.py	and CHANGES.txt consistent to 3.5.2(dev) and preparing for release
    Christian Zagrodnick 
    cz at gocept.com
       
    Sat Dec  6 10:09:23 EST 2008
    
    
  
Log message for revision 93718:
  making version setup.py and CHANGES.txt consistent to 3.5.2(dev) and preparing for release
  
  
Changed:
  U   zope.app.publisher/trunk/CHANGES.txt
  U   zope.app.publisher/trunk/setup.py
-=-
Modified: zope.app.publisher/trunk/CHANGES.txt
===================================================================
--- zope.app.publisher/trunk/CHANGES.txt	2008-12-06 13:25:25 UTC (rev 93717)
+++ zope.app.publisher/trunk/CHANGES.txt	2008-12-06 15:09:23 UTC (rev 93718)
@@ -2,7 +2,7 @@
 Changes
 =======
 
-3.5.3 (Unreleased)
+3.5.2 (2008-12-06)
 ==================
 
 - Added possibility to specify custom item class in menuItem, subMenuItem
@@ -12,9 +12,6 @@
   first functional test layer ran. In any subsequent functional test layer the
   items where not availabe (introduced in 3.5.0a3).
 
-3.5.2a1 (2008-10-23)
-====================
-
 - Added a hook to specify a different BaseURL for resources. This makes sense
   if you want to put resources on a Content Delivery Network. All you need to
   do is to register an named Adapter 'resource' that implements IAbsoluteURL.
Modified: zope.app.publisher/trunk/setup.py
===================================================================
--- zope.app.publisher/trunk/setup.py	2008-12-06 13:25:25 UTC (rev 93717)
+++ zope.app.publisher/trunk/setup.py	2008-12-06 15:09:23 UTC (rev 93718)
@@ -19,7 +19,7 @@
                     open('CHANGES.txt').read())
 
 setup(name='zope.app.publisher',
-      version = '3.5.2a1',
+      version = '3.5.2dev',
       url='http://pypi.python.org/pypi/zope.app.publisher/',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
    
    
More information about the Checkins
mailing list