[Checkins] SVN: zope.app.container/tags/3.7.0/setup.py remove dev marker

Martijn Faassen faassen at infrae.com
Sat Jan 31 10:33:13 EST 2009


Log message for revision 95722:
  remove dev marker

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

-=-
Modified: zope.app.container/tags/3.7.0/setup.py
===================================================================
--- zope.app.container/tags/3.7.0/setup.py	2009-01-31 15:32:43 UTC (rev 95721)
+++ zope.app.container/tags/3.7.0/setup.py	2009-01-31 15:33:13 UTC (rev 95722)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.container',
-      version = '3.7.0dev',
+      version = '3.7.0',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Zope Container',



More information about the Checkins mailing list