[Checkins] SVN: zope.file/trunk/ Back to development: 0.6.1

Michael Howitz mh at gocept.com
Thu Sep 16 09:12:42 EDT 2010


Log message for revision 116456:
  Back to development: 0.6.1

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

-=-
Modified: zope.file/trunk/CHANGES.txt
===================================================================
--- zope.file/trunk/CHANGES.txt	2010-09-16 13:12:00 UTC (rev 116455)
+++ zope.file/trunk/CHANGES.txt	2010-09-16 13:12:41 UTC (rev 116456)
@@ -2,6 +2,12 @@
 CHANGES
 =======
 
+0.6.1 (unreleased)
+------------------
+
+- Nothing changed yet.
+
+
 0.6.0 (2010-09-16)
 ------------------
 

Modified: zope.file/trunk/setup.py
===================================================================
--- zope.file/trunk/setup.py	2010-09-16 13:12:00 UTC (rev 116455)
+++ zope.file/trunk/setup.py	2010-09-16 13:12:41 UTC (rev 116456)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.file',
-      version='0.6.0',
+      version='0.6.1dev',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Efficient File Implementation for Zope Applications',

Modified: zope.file/trunk/src/zope/file/testing.py
===================================================================
--- zope.file/trunk/src/zope/file/testing.py	2010-09-16 13:12:00 UTC (rev 116455)
+++ zope.file/trunk/src/zope/file/testing.py	2010-09-16 13:12:41 UTC (rev 116456)
@@ -15,6 +15,7 @@
 """
 __docformat__ = "reStructuredText"
 
+import doctest
 import os.path
 import shutil
 import tempfile
@@ -23,7 +24,6 @@
 from ZODB.DB import DB
 from ZODB.DemoStorage import DemoStorage
 from ZODB.blob import BlobStorage
-from zope.testing import doctest
 import zope.app.testing.functional
 from zope.app.component.hooks import setSite
 import ZODB.interfaces



More information about the checkins mailing list