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

Michael Howitz mh at gocept.com
Tue Jan 25 04:50:40 EST 2011


Log message for revision 119896:
  Preparing release 3.10.0

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	2011-01-25 09:50:21 UTC (rev 119895)
+++ zope.app.http/trunk/CHANGES.txt	2011-01-25 09:50:39 UTC (rev 119896)
@@ -2,8 +2,8 @@
 CHANGES
 =======
 
-3.10.0 (unreleased)
-------------------
+3.10.0 (2011-01-25)
+-------------------
 
 - PUT raises ``405 MethodNotAllowed`` when the context cannot be adapted to
   ``zope.filerepresentation.interfaces.IWriteFile`` for existing objects

Modified: zope.app.http/trunk/setup.py
===================================================================
--- zope.app.http/trunk/setup.py	2011-01-25 09:50:21 UTC (rev 119895)
+++ zope.app.http/trunk/setup.py	2011-01-25 09:50:39 UTC (rev 119896)
@@ -27,7 +27,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.http',
-      version='3.9.1dev',
+      version='3.10.0',
       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