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

Martijn Faassen faassen at infrae.com
Sat Jan 31 10:48:20 EST 2009


Log message for revision 95736:
  remove dev marker

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

-=-
Modified: zope.container/tags/3.7.0/setup.py
===================================================================
--- zope.container/tags/3.7.0/setup.py	2009-01-31 15:47:33 UTC (rev 95735)
+++ zope.container/tags/3.7.0/setup.py	2009-01-31 15:48:19 UTC (rev 95736)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.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