[Zodb-checkins] CVS: Packages/bsddb3Storage - __init__.py:1.4
barry@digicool.com
barry@digicool.com
Fri, 27 Apr 2001 19:29:30 -0400 (EDT)
Update of /cvs-repository/Packages/bsddb3Storage/bsddb3Storage
In directory korak:/tmp/cvs-serv31519/bsddb3Storage
Modified Files:
__init__.py
Log Message:
Use __version__ to specify the release version, currently "1.0 beta 2".
--- Updated File __init__.py in package Packages/bsddb3Storage --
--- __init__.py 2000/12/11 22:07:09 1.3
+++ __init__.py 2001/04/27 23:29:28 1.4
@@ -82,7 +82,5 @@
# attributions are listed in the accompanying credits file.
#
##############################################################################
-""" init file """
-__version__ ='$Revision$'[11:-2]
-
+__version__ = '1.0 beta 2'
--- Updated File __init__.py in package Packages/bsddb3Storage --
--- __init__.py 2000/12/11 22:07:09 1.3
+++ __init__.py 2001/04/27 23:29:28 1.4
@@ -82,7 +82,5 @@
# attributions are listed in the accompanying credits file.
#
##############################################################################
-""" init file """
-__version__ ='$Revision$'[11:-2]
-
+__version__ = '1.0 beta 2'