[Checkins] SVN: zope.app.http/trunk/ Bump version.

Dan Korostelev nadako at gmail.com
Thu Mar 12 09:38:45 EDT 2009


Log message for revision 97985:
  Bump version.

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-03-12 13:38:19 UTC (rev 97984)
+++ zope.app.http/trunk/CHANGES.txt	2009-03-12 13:38:44 UTC (rev 97985)
@@ -2,9 +2,14 @@
 CHANGES
 =======
 
-3.5.1 (unreleased)
+3.5.2 (unreleased)
 ------------------
 
+- ...
+
+3.5.1 (2009-03-12)
+------------------
+
 - If the 'CONTENT_LENGTH' header is provided, provide this length as
   argument to the ``read`` method of the input stream object.
 

Modified: zope.app.http/trunk/setup.py
===================================================================
--- zope.app.http/trunk/setup.py	2009-03-12 13:38:19 UTC (rev 97984)
+++ zope.app.http/trunk/setup.py	2009-03-12 13:38:44 UTC (rev 97985)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.http',
-      version = '3.5.1dev',
+      version = '3.5.2dev',
       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