[Checkins] SVN: zope.app.http/trunk/setup.py Make this consistent.

Martijn Faassen faassen at infrae.com
Thu Jan 29 13:33:21 EST 2009


Log message for revision 95487:
  Make this consistent.
  

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

-=-
Modified: zope.app.http/trunk/setup.py
===================================================================
--- zope.app.http/trunk/setup.py	2009-01-29 18:32:56 UTC (rev 95486)
+++ zope.app.http/trunk/setup.py	2009-01-29 18:33:21 UTC (rev 95487)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.http',
-      version = '3.4.5dev',
+      version = '3.5dev',
       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