[Checkins] SVN: zope.file/trunk/ version to 0.4.0dev

Christian Zagrodnick cz at gocept.com
Tue Mar 11 05:56:29 EDT 2008


Log message for revision 84579:
  version to 0.4.0dev

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

-=-
Modified: zope.file/trunk/CHANGES.txt
===================================================================
--- zope.file/trunk/CHANGES.txt	2008-03-10 21:57:32 UTC (rev 84578)
+++ zope.file/trunk/CHANGES.txt	2008-03-11 09:55:41 UTC (rev 84579)
@@ -2,6 +2,9 @@
 CHANGES
 =======
 
+0.4.0 (unreleased)
+------------------
+
 0.3.0 (2007-11-01)
 ------------------
 

Modified: zope.file/trunk/setup.py
===================================================================
--- zope.file/trunk/setup.py	2008-03-10 21:57:32 UTC (rev 84578)
+++ zope.file/trunk/setup.py	2008-03-11 09:55:41 UTC (rev 84579)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.file',
-      version = '0.4.0',
+      version = '0.4.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