[Checkins] SVN: zope.file/trunk/ Preparing release 0.6.0

Michael Howitz mh at gocept.com
Thu Sep 16 09:11:18 EDT 2010


Log message for revision 116454:
  Preparing release 0.6.0

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

-=-
Modified: zope.file/trunk/CHANGES.txt
===================================================================
--- zope.file/trunk/CHANGES.txt	2010-09-16 13:10:55 UTC (rev 116453)
+++ zope.file/trunk/CHANGES.txt	2010-09-16 13:11:17 UTC (rev 116454)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-0.6.0 (unreleased)
+0.6.0 (2010-09-16)
 ------------------
 
 - Bug fix: remove duplicate firing of ObjectCreatedEvent in

Modified: zope.file/trunk/setup.py
===================================================================
--- zope.file/trunk/setup.py	2010-09-16 13:10:55 UTC (rev 116453)
+++ zope.file/trunk/setup.py	2010-09-16 13:11:17 UTC (rev 116454)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.file',
-      version = '0.6.0dev',
+      version='0.6.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