[Zodb-checkins] CVS: ZODB3/ZODB - __init__.py:1.17.2.1

Jeremy Hylton jeremy@zope.com
Fri, 4 Oct 2002 11:51:10 -0400


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

Modified Files:
      Tag: ZODB3-3_1-branch
	__init__.py 
Log Message:
Another version number.


=== ZODB3/ZODB/__init__.py 1.17 => 1.17.2.1 ===
--- ZODB3/ZODB/__init__.py:1.17	Tue Oct  1 12:04:52 2002
+++ ZODB3/ZODB/__init__.py	Fri Oct  4 11:51:10 2002
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 
-__version__ = '3.1b1+'
+__version__ = '3.1b2'
 
 import sys
 import cPersistence, Persistence