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

Martijn Faassen faassen at startifact.com
Fri Jan 8 16:51:41 EST 2010


Log message for revision 107855:
  Preparing release 3.6.1

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-01-08 21:51:30 UTC (rev 107854)
+++ zope.app.http/trunk/CHANGES.txt	2010-01-08 21:51:40 UTC (rev 107855)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.6.1 (unreleased)
+3.6.1 (2010-01-08)
 ------------------
 
 - Replaced the dependency on zope.deprecation with BBB imports

Modified: zope.app.http/trunk/setup.py
===================================================================
--- zope.app.http/trunk/setup.py	2010-01-08 21:51:30 UTC (rev 107854)
+++ zope.app.http/trunk/setup.py	2010-01-08 21:51:40 UTC (rev 107855)
@@ -27,7 +27,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.http',
-      version='3.6.1dev',
+      version = '3.6.1',
       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