[Checkins] SVN: zope.app.http/trunk/ pre-release cleanup, update metadata, fill in release date

Christian Theune ct at gocept.com
Sun Feb 1 07:50:32 EST 2009


Log message for revision 95843:
  pre-release cleanup, update metadata, fill in release date
  

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

-=-
Modified: zope.app.http/trunk/CHANGES.txt
===================================================================
--- zope.app.http/trunk/CHANGES.txt	2009-02-01 12:48:56 UTC (rev 95842)
+++ zope.app.http/trunk/CHANGES.txt	2009-02-01 12:50:32 UTC (rev 95843)
@@ -2,8 +2,8 @@
 CHANGES
 =======
 
-3.5 (unreleased)
-----------------
+3.5.0 (2009-02-01)
+------------------
 
 - Change dependency on zope.app.container to zope.container.
 

Modified: zope.app.http/trunk/setup.py
===================================================================
--- zope.app.http/trunk/setup.py	2009-02-01 12:48:56 UTC (rev 95842)
+++ zope.app.http/trunk/setup.py	2009-02-01 12:50:32 UTC (rev 95843)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.http',
-      version = '3.5dev',
+      version = '3.5.0dev',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='HTTP Behavior for the Zope Publisher',



More information about the Checkins mailing list