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

Philipp von Weitershausen philikon at philikon.de
Fri Nov 9 14:20:39 EST 2007


Log message for revision 81658:
  remove dev marker
  

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

-=-
Modified: zope.app.container/tags/3.5.3/setup.py
===================================================================
--- zope.app.container/tags/3.5.3/setup.py	2007-11-09 19:19:08 UTC (rev 81657)
+++ zope.app.container/tags/3.5.3/setup.py	2007-11-09 19:20:39 UTC (rev 81658)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.container',
-      version = '3.5.3dev',
+      version = '3.5.3',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='Zope Container',



More information about the Checkins mailing list