[Checkins] SVN: zope.app.publication/tags/3.5.1/setup.py remove dev marker

Martijn Faassen faassen at infrae.com
Sat Jan 31 11:10:32 EST 2009


Log message for revision 95761:
  remove dev marker

Changed:
  U   zope.app.publication/tags/3.5.1/setup.py

-=-
Modified: zope.app.publication/tags/3.5.1/setup.py
===================================================================
--- zope.app.publication/tags/3.5.1/setup.py	2009-01-31 16:10:06 UTC (rev 95760)
+++ zope.app.publication/tags/3.5.1/setup.py	2009-01-31 16:10:32 UTC (rev 95761)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.publication',
-    version = '3.5.1dev',
+    version = '3.5.1',
     author='Zope Corporation and Contributors',
     author_email='zope3-dev at zope.org',
     description='Zope publication',



More information about the Checkins mailing list