[Zodb-checkins] CVS: ZODB3 - release.py:1.3
    Tim Peters 
    tim.one at comcast.net
       
    Thu Oct  2 18:14:30 EDT 2003
    
    
  
Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv25291
Modified Files:
	release.py 
Log Message:
Whitespace normalization.
=== ZODB3/release.py 1.2 => 1.3 ===
--- ZODB3/release.py:1.2	Thu Oct  2 14:17:32 2003
+++ ZODB3/release.py	Thu Oct  2 18:14:00 2003
@@ -39,7 +39,7 @@
 def main(args):
     version, date = args
     zeoversion = compute_zeoversion(version)
-    
+
     replace("setup.py", 'version="\S+"', 'version="%s"' % version)
     replace("README.txt", "'\d+\.\d+[a-z]?\d*'", "'%s'" % version)
     replace("ZODB/__init__.py",
    
    
More information about the Zodb-checkins
mailing list