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

Jeremy Hylton jeremy@zope.com
Fri, 18 Oct 2002 15:31:54 -0400


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

Modified Files:
      Tag: ZODB3-3_1-branch
	__init__.py 
Log Message:
Bump version numbers.


=== ZODB3/ZODB/__init__.py 1.17.2.1 => 1.17.2.2 ===
--- ZODB3/ZODB/__init__.py:1.17.2.1	Fri Oct  4 11:51:10 2002
+++ ZODB3/ZODB/__init__.py	Fri Oct 18 15:31:53 2002
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 
-__version__ = '3.1b2'
+__version__ = '3.1b3'
 
 import sys
 import cPersistence, Persistence