[Zodb-checkins] CVS: ZODB3/ZODB - __init__.py:1.15
Barry Warsaw
barry@wooz.org
Wed, 11 Sep 2002 16:57:23 -0400
Update of /cvs-repository/ZODB3/ZODB
In directory cvs.zope.org:/tmp/cvs-serv1924
Modified Files:
__init__.py
Log Message:
Add an __version__ and set it to 3.1b1.
=== ZODB3/ZODB/__init__.py 1.14 => 1.15 ===
--- ZODB3/ZODB/__init__.py:1.14 Thu Aug 22 20:52:57 2002
+++ ZODB3/ZODB/__init__.py Wed Sep 11 16:57:23 2002
@@ -11,6 +11,9 @@
# FOR A PARTICULAR PURPOSE
#
##############################################################################
+
+__version__ = '3.1b1'
+
import sys
import cPersistence, Persistence
from zLOG import register_subsystem