[Checkins] SVN: zope.app.container/tags/3.6.1/setup.py Fix version	on release tag.
    Philipp von Weitershausen 
    philikon at philikon.de
       
    Wed Oct 15 11:47:49 EDT 2008
    
    
  
Log message for revision 92228:
  Fix version on release tag.
  
Changed:
  U   zope.app.container/tags/3.6.1/setup.py
-=-
Modified: zope.app.container/tags/3.6.1/setup.py
===================================================================
--- zope.app.container/tags/3.6.1/setup.py	2008-10-15 15:47:00 UTC (rev 92227)
+++ zope.app.container/tags/3.6.1/setup.py	2008-10-15 15:47:48 UTC (rev 92228)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.container',
-      version = '3.6.1dev',
+      version = '3.6.1',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Zope Container',
    
    
More information about the Checkins
mailing list