[Zodb-checkins] CVS: ZODB3/bsddb3Storage/bsddb3Storage - __init__.py:1.10
Barry Warsaw
barry@wooz.org
Fri, 8 Nov 2002 19:06:31 -0500
Update of /cvs-repository/ZODB3/bsddb3Storage/bsddb3Storage
In directory cvs.zope.org:/tmp/cvs-serv9636
Modified Files:
__init__.py
Log Message:
Oops, no spaces in the __version__ since we're going to use this value
in the setup.py script.
=== ZODB3/bsddb3Storage/bsddb3Storage/__init__.py 1.9 => 1.10 ===
--- ZODB3/bsddb3Storage/bsddb3Storage/__init__.py:1.9 Fri Nov 8 19:04:48 2002
+++ ZODB3/bsddb3Storage/bsddb3Storage/__init__.py Fri Nov 8 19:06:30 2002
@@ -2,14 +2,14 @@
#
# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
# All Rights Reserved.
-#
+#
# This software is subject to the provisions of the Zope Public License,
# Version 2.0 (ZPL). A copy of the ZPL should accompany this distribution.
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
# FOR A PARTICULAR PURPOSE
-#
+#
##############################################################################
-__version__ = '2.0 beta 1'
+__version__ = '2.0beta1'