[Checkins] SVN: zope.file/tags/0.6.2/setup.py Remove dev-marker.

Ulrich Fouquet cvs-admin at zope.org
Mon Jun 4 15:50:58 UTC 2012


Log message for revision 126568:
  Remove dev-marker.
  

Changed:
  U   zope.file/tags/0.6.2/setup.py

-=-
Modified: zope.file/tags/0.6.2/setup.py
===================================================================
--- zope.file/tags/0.6.2/setup.py	2012-06-04 15:44:45 UTC (rev 126567)
+++ zope.file/tags/0.6.2/setup.py	2012-06-04 15:50:54 UTC (rev 126568)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.file',
-      version='0.6.2dev',
+      version='0.6.2',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Efficient File Implementation for Zope Applications',



More information about the checkins mailing list