[Checkins] SVN: zc.demostorage2/trunk/s Updated release info.

Jim Fulton jim at zope.com
Mon Feb 4 13:32:19 EST 2008


Log message for revision 83509:
  Updated release info.
  

Changed:
  U   zc.demostorage2/trunk/setup.py
  U   zc.demostorage2/trunk/src/zc/demostorage2/README.txt

-=-
Modified: zc.demostorage2/trunk/setup.py
===================================================================
--- zc.demostorage2/trunk/setup.py	2008-02-04 17:44:58 UTC (rev 83508)
+++ zc.demostorage2/trunk/setup.py	2008-02-04 18:32:18 UTC (rev 83509)
@@ -30,7 +30,7 @@
 
 setup(
     name = 'zc.demostorage2',
-    version = '0.1',
+    version = '0.1.0',
     author = 'Jim Fulton',
     author_email = 'jim at zope.com',
     description = 'ZODB storage that stores changes relative to a base storage',

Modified: zc.demostorage2/trunk/src/zc/demostorage2/README.txt
===================================================================
--- zc.demostorage2/trunk/src/zc/demostorage2/README.txt	2008-02-04 17:44:58 UTC (rev 83508)
+++ zc.demostorage2/trunk/src/zc/demostorage2/README.txt	2008-02-04 18:32:18 UTC (rev 83509)
@@ -23,7 +23,7 @@
 Change History
 --------------
 
-0.1 (2008-01-22)
+0.1 (2008-02-04)
 ****************
 
 Initial release.
@@ -67,6 +67,11 @@
 Demo (doctest)
 --------------
 
+Note that most people will configure the storage through ZConfig.  If
+you are one of those people, you may want to stop here. :)  The
+examples below show you how to use the storage from Python, but they
+also exercise lots of details you might not be interested in.
+
 To see how this works, we'll start by creating a base storage and
 puting an object (in addition to the root object) in it:
 



More information about the Checkins mailing list