[Checkins] SVN: zope.app.http/tags/3.5.2/setup.py Remove dev marker

Baiju M baiju.m.mail at gmail.com
Wed Apr 1 12:51:29 EDT 2009


Log message for revision 98763:
  Remove dev marker
  

Changed:
  U   zope.app.http/tags/3.5.2/setup.py

-=-
Modified: zope.app.http/tags/3.5.2/setup.py
===================================================================
--- zope.app.http/tags/3.5.2/setup.py	2009-04-01 16:47:19 UTC (rev 98762)
+++ zope.app.http/tags/3.5.2/setup.py	2009-04-01 16:51:29 UTC (rev 98763)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.http',
-      version='3.5.2dev',
+      version='3.5.2',
       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