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

Michael Howitz mh at gocept.com
Thu Aug 19 05:18:22 EDT 2010


Log message for revision 115782:
  Preparing release 3.6.0

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

-=-
Modified: zope.app.file/trunk/CHANGES.txt
===================================================================
--- zope.app.file/trunk/CHANGES.txt	2010-08-19 09:17:36 UTC (rev 115781)
+++ zope.app.file/trunk/CHANGES.txt	2010-08-19 09:18:21 UTC (rev 115782)
@@ -1,7 +1,7 @@
 Changes
 =======
 
-3.5.2 (unreleased)
+3.6.0 (2010-08-19)
 ------------------
 
 - Updated ``ftesting.zcml`` to use the new permission names exported by

Modified: zope.app.file/trunk/setup.py
===================================================================
--- zope.app.file/trunk/setup.py	2010-08-19 09:17:36 UTC (rev 115781)
+++ zope.app.file/trunk/setup.py	2010-08-19 09:18:21 UTC (rev 115782)
@@ -27,7 +27,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.file',
-      version = '3.5.2dev',
+      version='3.6.0',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='File and Image -- Zope 3 Content Components',



More information about the checkins mailing list