[Checkins] SVN: zope.filerepresentation/trunk/ Prepare release

Martin Aspeli optilude at gmx.net
Fri Oct 9 11:21:27 EDT 2009


Log message for revision 104968:
  Prepare release

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

-=-
Modified: zope.filerepresentation/trunk/CHANGES.txt
===================================================================
--- zope.filerepresentation/trunk/CHANGES.txt	2009-10-09 14:59:30 UTC (rev 104967)
+++ zope.filerepresentation/trunk/CHANGES.txt	2009-10-09 15:21:27 UTC (rev 104968)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.5.1 (unreleased)
+3.6.0 (2009-10-08)
 ------------------
 
 - Added IRawReadFile and IRawWriteFile interfaces. These extend IReadFile and

Modified: zope.filerepresentation/trunk/setup.py
===================================================================
--- zope.filerepresentation/trunk/setup.py	2009-10-09 14:59:30 UTC (rev 104967)
+++ zope.filerepresentation/trunk/setup.py	2009-10-09 15:21:27 UTC (rev 104968)
@@ -27,7 +27,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.filerepresentation',
-      version='3.5.1dev',
+      version='3.6.0',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='File-system Representation Interfaces',



More information about the checkins mailing list