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

Martijn Faassen faassen at startifact.com
Fri Jan 8 16:46:43 EST 2010


Log message for revision 107844:
  Preparing release 3.5.1

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-01-08 21:46:34 UTC (rev 107843)
+++ zope.app.file/trunk/CHANGES.txt	2010-01-08 21:46:43 UTC (rev 107844)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.5.1 (unreleased)
+3.5.1 (2010-01-08)
 ------------------
 
 - Fix ftesting.zcml due to zope.securitypolicy update.

Modified: zope.app.file/trunk/setup.py
===================================================================
--- zope.app.file/trunk/setup.py	2010-01-08 21:46:34 UTC (rev 107843)
+++ zope.app.file/trunk/setup.py	2010-01-08 21:46:43 UTC (rev 107844)
@@ -27,7 +27,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.file',
-      version = '3.5.1dev',
+      version = '3.5.1',
       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