[Checkins] SVN: zope.filerepresentation/tags/3.5.0/setup.py remove dev marker.

Martijn Faassen faassen at infrae.com
Sat Jan 31 10:08:26 EST 2009


Log message for revision 95696:
  remove dev marker.
  

Changed:
  U   zope.filerepresentation/tags/3.5.0/setup.py

-=-
Modified: zope.filerepresentation/tags/3.5.0/setup.py
===================================================================
--- zope.filerepresentation/tags/3.5.0/setup.py	2009-01-31 15:07:44 UTC (rev 95695)
+++ zope.filerepresentation/tags/3.5.0/setup.py	2009-01-31 15:08:26 UTC (rev 95696)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.filerepresentation',
-      version = '3.5dev',
+      version = '3.5.0',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='File-system Representation Interfaces',



More information about the Checkins mailing list