[Checkins] SVN: zope.app.component/tags/3.7.0/setup.py Remove 'dev' marker

Baiju M baiju.m.mail at gmail.com
Wed Apr 1 18:44:10 EDT 2009


Log message for revision 98778:
  Remove 'dev' marker
  

Changed:
  U   zope.app.component/tags/3.7.0/setup.py

-=-
Modified: zope.app.component/tags/3.7.0/setup.py
===================================================================
--- zope.app.component/tags/3.7.0/setup.py	2009-04-01 22:40:32 UTC (rev 98777)
+++ zope.app.component/tags/3.7.0/setup.py	2009-04-01 22:44:10 UTC (rev 98778)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.component',
-      version='3.7.0dev',
+      version='3.7.0',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Local Zope Component Support',



More information about the Checkins mailing list