[Zope-Checkins] CVS: ZODB3/ZODB - __init__.py:1.23.4.7

Tim Peters tim.one at comcast.net
Wed Jun 9 14:35:08 EDT 2004


Update of /cvs-repository/ZODB3/ZODB
In directory cvs.zope.org:/tmp/cvs-serv19170/ZODB

Modified Files:
      Tag: Zope-2_7-branch
	__init__.py 
Log Message:
Backport many improvements to release.py from the 3.3 trunk.  Other
changes are incidental to testing this.


=== ZODB3/ZODB/__init__.py 1.23.4.6 => 1.23.4.7 ===
--- ZODB3/ZODB/__init__.py:1.23.4.6	Wed Feb 11 09:48:37 2004
+++ ZODB3/ZODB/__init__.py	Wed Jun  9 14:35:06 2004
@@ -12,7 +12,8 @@
 #
 ##############################################################################
 
-__version__ = '3.2.1'
+# Must use double quotes, so that release.py recognizes next line.
+__version__ = "3.2.1"
 
 import sys
 import cPersistence, Persistence




More information about the Zope-Checkins mailing list