[Zope3-checkins] CVS: ZODB/src/ZEO - __init__.py:1.24
Tim Peters
tim.one at comcast.net
Mon Apr 19 17:27:04 EDT 2004
Update of /cvs-repository/ZODB/src/ZEO
In directory cvs.zope.org:/tmp/cvs-serv11335/src/ZEO
Modified Files:
__init__.py
Log Message:
ZODB/__init__.py had the wrong kind of string quotes, so that release.py
didn't recognize its version number. As a result, 3.3a3 went out with
ZODB/__init__.py claiming it was version 3.3a2. Repaired that, but by
changing what release.py looks for.
=== ZODB/src/ZEO/__init__.py 1.23 => 1.24 ===
--- ZODB/src/ZEO/__init__.py:1.23 Fri Apr 16 16:25:07 2004
+++ ZODB/src/ZEO/__init__.py Mon Apr 19 17:26:30 2004
@@ -21,4 +21,5 @@
"""
+# The next line must use double quotes, so replace.py recognizes it.
version = "2.3a3"
More information about the Zope3-Checkins
mailing list