[Checkins] SVN: zope.configuration/tags/3.6.0/setup.py Removed 'dev' marker

Baiju M baiju.m.mail at gmail.com
Wed Apr 1 11:11:52 EDT 2009


Log message for revision 98756:
  Removed 'dev' marker 
  

Changed:
  U   zope.configuration/tags/3.6.0/setup.py

-=-
Modified: zope.configuration/tags/3.6.0/setup.py
===================================================================
--- zope.configuration/tags/3.6.0/setup.py	2009-04-01 15:07:12 UTC (rev 98755)
+++ zope.configuration/tags/3.6.0/setup.py	2009-04-01 15:11:51 UTC (rev 98756)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.configuration',
-      version = '3.6.0dev',
+      version = '3.6.0',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Zope Configuration Markup Language (ZCML)',



More information about the Checkins mailing list