[Checkins] SVN: zope.file/trunk/ Get ready for release. It seems all the test failures have been fixed.

Stephan Richter srichter at gmail.com
Thu Jul 23 14:32:16 EDT 2009


Log message for revision 102170:
  Get ready for release. It seems all the test failures have been fixed.
  

Changed:
  U   zope.file/trunk/CHANGES.txt
  U   zope.file/trunk/setup.py

-=-
Modified: zope.file/trunk/CHANGES.txt
===================================================================
--- zope.file/trunk/CHANGES.txt	2009-07-23 18:20:54 UTC (rev 102169)
+++ zope.file/trunk/CHANGES.txt	2009-07-23 18:32:16 UTC (rev 102170)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-0.5.0 (unreleased)
+0.5.0 (2009-07-23)
 ------------------
 
 - Change package's mailing list address to zope-dev at zope.org instead

Modified: zope.file/trunk/setup.py
===================================================================
--- zope.file/trunk/setup.py	2009-07-23 18:20:54 UTC (rev 102169)
+++ zope.file/trunk/setup.py	2009-07-23 18:32:16 UTC (rev 102170)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.file',
-      version = '0.5.0dev',
+      version = '0.5.0',
       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