[Checkins] SVN: zc.beforestorage/tags/0.1.1/setup.py Fixed long description and version #

Jim Fulton jim at zope.com
Thu Feb 7 13:13:44 EST 2008


Log message for revision 83635:
  Fixed long description and version #
  

Changed:
  U   zc.beforestorage/tags/0.1.1/setup.py

-=-
Modified: zc.beforestorage/tags/0.1.1/setup.py
===================================================================
--- zc.beforestorage/tags/0.1.1/setup.py	2008-02-07 18:12:27 UTC (rev 83634)
+++ zc.beforestorage/tags/0.1.1/setup.py	2008-02-07 18:13:44 UTC (rev 83635)
@@ -26,14 +26,14 @@
         read('src/zc/beforestorage/README.txt')
         + '\n' +
         'Download\n'
-        '--------\n'
+        '========\n'
         )
 
 open('doc.txt', 'w').write(long_description)
 
 setup(
     name = 'zc.beforestorage',
-    version = '0.1.0',
+    version = '0.1.1',
     author = 'Jim Fulton',
     author_email = 'jim at zope.com',
     description = 'View storage before a given time',



More information about the Checkins mailing list