[Checkins] SVN: zc.beforestorage/trunk/s fixed rst

Jim Fulton jim at zope.com
Mon Dec 1 12:56:29 EST 2008


Log message for revision 93503:
  fixed rst

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

-=-
Modified: zc.beforestorage/trunk/setup.py
===================================================================
--- zc.beforestorage/trunk/setup.py	2008-12-01 17:53:04 UTC (rev 93502)
+++ zc.beforestorage/trunk/setup.py	2008-12-01 17:56:29 UTC (rev 93503)
@@ -11,8 +11,9 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
+name, version = 'zc.beforestorage', '0'
+
 import os
-
 from setuptools import setup, find_packages
 
 def read(rname):
@@ -30,8 +31,8 @@
         )
 
 setup(
-    name = 'zc.beforestorage',
-    version = '0.3.0dev',
+    name = name,
+    version = version,
     author = 'Jim Fulton',
     author_email = 'jim at zope.com',
     description = 'View storage before a given time',

Modified: zc.beforestorage/trunk/src/zc/beforestorage/README.txt
===================================================================
--- zc.beforestorage/trunk/src/zc/beforestorage/README.txt	2008-12-01 17:53:04 UTC (rev 93502)
+++ zc.beforestorage/trunk/src/zc/beforestorage/README.txt	2008-12-01 17:56:29 UTC (rev 93503)
@@ -358,7 +358,7 @@
     >>> b5.close()
 
 Blob Support
-------------
+************
 
 Before storage supports blobs if the storage it wraps supports blobs,
 and, in fact, it simply exposes the underlying storages loadBlob and



More information about the Checkins mailing list