[Checkins] SVN: zope.filerepresentation/trunk/ Change this to a major release due to big shift in dependencies.

Martijn Faassen faassen at infrae.com
Thu Jan 29 13:28:08 EST 2009


Log message for revision 95483:
  Change this to a major release due to big shift in dependencies.
  

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-01-29 18:26:18 UTC (rev 95482)
+++ zope.filerepresentation/trunk/CHANGES.txt	2009-01-29 18:28:08 UTC (rev 95483)
@@ -2,8 +2,8 @@
 CHANGES
 =======
 
-3.4.1 (unreleased)
-------------------
+3.5 (unreleased)
+----------------
 
 - Changed use of zope.app.container to zope.container.
 

Modified: zope.filerepresentation/trunk/setup.py
===================================================================
--- zope.filerepresentation/trunk/setup.py	2009-01-29 18:26:18 UTC (rev 95482)
+++ zope.filerepresentation/trunk/setup.py	2009-01-29 18:28:08 UTC (rev 95483)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.filerepresentation',
-      version = '3.4.1dev',
+      version = '3.5dev',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='File-system Representation Interfaces',



More information about the Checkins mailing list