[Zodb-checkins] CVS: ZODB3 - README.txt:1.19.6.23
Tim Peters
tim.one at comcast.net
Wed Apr 27 15:38:23 EDT 2005
Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv28759
Modified Files:
Tag: Zope-2_7-branch
README.txt
Log Message:
Change more version numbers to 3.2.8. Mention Python 2.4.1.
=== ZODB3/README.txt 1.19.6.22 => 1.19.6.23 ===
--- ZODB3/README.txt:1.19.6.22 Tue Apr 12 18:23:13 2005
+++ ZODB3/README.txt Wed Apr 27 15:38:23 2005
@@ -1,4 +1,4 @@
-ZODB3 3.2.7
+ZODB3 3.2.8
===========
Introduction
@@ -32,8 +32,8 @@
Compatibility
-------------
-ZODB 3.2.7 requires Python 2.3.3 or later. For best results, we recommend
-using Python 2.3.5.
+ZODB 3.2.8 requires Python 2.3.3 or later. For best results, we recommend
+using Python 2.3.5. Python 2.4.1 may also be used.
This version of ZODB can be used with Zope 2.7.3 or later, but you must
replace the version of ZODB that comes packaged with Zope. It should be
@@ -96,7 +96,7 @@
Type "help", "copyright", "credits" or "license" for more information.
>>> import ZODB
>>> ZODB.__version__
- '3.2.7'
+ '3.2.8'
Testing
-------
More information about the Zodb-checkins
mailing list