[Checkins] SVN: zope.file/trunk/ vb

Martijn Faassen faassen at infrae.com
Sat Jan 31 10:11:15 EST 2009


Log message for revision 95701:
  vb

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

-=-
Modified: zope.file/trunk/CHANGES.txt
===================================================================
--- zope.file/trunk/CHANGES.txt	2009-01-31 15:10:33 UTC (rev 95700)
+++ zope.file/trunk/CHANGES.txt	2009-01-31 15:11:15 UTC (rev 95701)
@@ -2,6 +2,11 @@
 CHANGES
 =======
 
+0.5.0 (unreleased)
+------------------
+
+- ...
+
 0.4.0 (2009-01-31)
 ------------------
 

Modified: zope.file/trunk/setup.py
===================================================================
--- zope.file/trunk/setup.py	2009-01-31 15:10:33 UTC (rev 95700)
+++ zope.file/trunk/setup.py	2009-01-31 15:11:15 UTC (rev 95701)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.file',
-      version = '0.4.0dev',
+      version = '0.5.0dev',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='Efficient File Implementation for Zope Applications',



More information about the Checkins mailing list