[Zodb-checkins] CVS: ZODB3 - README.txt:1.19.6.6 setup.py:1.50.6.9
Jeremy Hylton
cvs-admin at zope.org
Tue Nov 18 15:58:18 EST 2003
Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv5624
Modified Files:
Tag: Zope-2_7-branch
README.txt setup.py
Log Message:
The usual.
=== ZODB3/README.txt 1.19.6.5 => 1.19.6.6 ===
--- ZODB3/README.txt:1.19.6.5 Wed Oct 8 11:11:39 2003
+++ ZODB3/README.txt Tue Nov 18 15:57:48 2003
@@ -1,5 +1,5 @@
-ZODB3 3.2+
-==========
+ZODB3 3.2.1 beta 1
+==================
Introduction
------------
@@ -30,14 +30,14 @@
Compatibility
-------------
-ZODB 3.2 is known to work with Python 2.2 2.3. For best results, we
-recommend using Python 2.3.2 or Python 2.2.3. Note that 2.2.1 does
-not work.
+ZODB 3.2.1 is known to work with Python 2.2 and 2.3. For best
+results, we recommend using Python 2.3.2 or Python 2.2.3. Note that
+2.2.1 does not work.
This version of ZODB can be used with Zope, but you must replace the
version of ZODB that comes packaged with Zope. It should be possible,
for example, to install this code into a Zope 2.6 software home and
-run with Python 2.2.
+run with Python 2.3.
The Zope 2.7 release should be compatible with this version of ZODB.
Note that Zope 2.7 will include ZEO, so this package should only be
@@ -96,7 +96,7 @@
Type "help", "copyright", "credits" or "license" for more information.
>>> import ZODB
>>> ZODB.__version__
- '3.2+'
+ '3.2.1b1'
Testing
-------
@@ -122,7 +122,7 @@
time to run. To run all the available tests use the ``--all`` option.
Running all the tests takes much longer.::
- Ran 1561 tests in 1461.557s
+ Ran 1571 tests in 1601.557s
OK
=== ZODB3/setup.py 1.50.6.8 => 1.50.6.9 ===
--- ZODB3/setup.py:1.50.6.8 Wed Oct 8 11:11:39 2003
+++ ZODB3/setup.py Tue Nov 18 15:57:48 2003
@@ -223,7 +223,7 @@
doclines = __doc__.split("\n")
setup(name="ZODB3",
- version="3.2+",
+ version="3.2.1b1",
maintainer="Zope Corporation",
maintainer_email="zodb-dev at zope.org",
url = "http://www.zope.org/Wikis/ZODB/FrontPage",
More information about the Zodb-checkins
mailing list