[Checkins] SVN: zope.app.http/trunk/ Preparing release 3.7

Martijn Faassen faassen at startifact.com
Tue Apr 13 11:14:50 EDT 2010


Log message for revision 110803:
  Preparing release 3.7

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	2010-04-13 15:14:42 UTC (rev 110802)
+++ zope.app.http/trunk/CHANGES.txt	2010-04-13 15:14:50 UTC (rev 110803)
@@ -2,8 +2,8 @@
 CHANGES
 =======
 
-3.7 (unreleased)
------------------
+3.7 (2010-04-13)
+----------------
 
 - Remove unnecessary dependency on zope.app.publisher.
 

Modified: zope.app.http/trunk/setup.py
===================================================================
--- zope.app.http/trunk/setup.py	2010-04-13 15:14:42 UTC (rev 110802)
+++ zope.app.http/trunk/setup.py	2010-04-13 15:14:50 UTC (rev 110803)
@@ -27,7 +27,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.http',
-      version = '3.7dev',
+      version = '3.7',
       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