[Zodb-checkins] CVS: ZODB3/ZODB - __init__.py:1.18
Guido van Rossum
guido@python.org
Fri, 4 Oct 2002 20:40:38 -0400
Update of /cvs-repository/ZODB3/ZODB
In directory cvs.zope.org:/tmp/cvs-serv28603
Modified Files:
__init__.py
Log Message:
Merge changes from release branch into trunk.
=== ZODB3/ZODB/__init__.py 1.17 => 1.18 ===
--- ZODB3/ZODB/__init__.py:1.17 Tue Oct 1 12:04:52 2002
+++ ZODB3/ZODB/__init__.py Fri Oct 4 20:40:37 2002
@@ -12,7 +12,7 @@
#
##############################################################################
-__version__ = '3.1b1+'
+__version__ = '3.1b2'
import sys
import cPersistence, Persistence