[prev in list] [next in list] [prev in thread] [next in thread] 

List:       zodb-checkins
Subject:    [Zodb-checkins] CVS: ZODB/src/ZODB - __init__.py:1.29
From:       Tim Peters <tim.one () comcast ! net>
Date:       2004-04-19 21:26:31
Message-ID: 200404192126.i3JLQVGV011730 () cvs ! zope ! org
[Download RAW message or body]

Update of /cvs-repository/ZODB/src/ZODB
In directory cvs.zope.org:/tmp/cvs-serv11335/src/ZODB

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/ZODB/__init__.py 1.28 => 1.29 ===
--- ZODB/src/ZODB/__init__.py:1.28	Mon Apr  5 14:48:16 2004
+++ ZODB/src/ZODB/__init__.py	Mon Apr 19 17:26:30 2004
@@ -12,7 +12,8 @@
 #
 ##############################################################################
 
-__version__ = "3.3a2"
+# The next line must use double quotes, so replace.py recognizes it.
+__version__ = "3.3a3"
 
 import sys
 import __builtin__


_______________________________________________
Zodb-checkins mailing list
Zodb-checkins@zope.org
http://mail.zope.org/mailman/listinfo/zodb-checkins
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic