[Checkins] SVN: zope.app.container/tags/3.5.5/setup.py Remove dev marker

Philipp von Weitershausen philikon at philikon.de
Sun Jul 27 18:02:28 EDT 2008


Log message for revision 88851:
  Remove dev marker
  

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

-=-
Modified: zope.app.container/tags/3.5.5/setup.py
===================================================================
--- zope.app.container/tags/3.5.5/setup.py	2008-07-27 22:01:56 UTC (rev 88850)
+++ zope.app.container/tags/3.5.5/setup.py	2008-07-27 22:02:27 UTC (rev 88851)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.container',
-      version = '3.5.5dev',
+      version = '3.5.5',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='Zope Container',



More information about the Checkins mailing list