[Zodb-checkins] CVS: ZODB3 - NEWS.txt:1.33.6.67 README.txt:1.19.6.21 setup.py:1.50.6.23

Tim Peters tim.one at comcast.net
Mon Feb 28 18:35:05 EST 2005


Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv9376

Modified Files:
      Tag: Zope-2_7-branch
	NEWS.txt README.txt setup.py 
Log Message:
Prepare for a 3.2.6b1 release.


=== ZODB3/NEWS.txt 1.33.6.66 => 1.33.6.67 ===
--- ZODB3/NEWS.txt:1.33.6.66	Mon Feb 28 16:20:40 2005
+++ ZODB3/NEWS.txt	Mon Feb 28 18:34:35 2005
@@ -1,6 +1,6 @@
-What's new in ZODB3 3.2.6a1?
+What's new in ZODB3 3.2.6b1?
 ============================
-Release date: DD-MMM-2005
+Release date: 01-Mar-2005
 
 ZEO
 ---


=== ZODB3/README.txt 1.19.6.20 => 1.19.6.21 ===
--- ZODB3/README.txt:1.19.6.20	Mon Jan 17 13:31:57 2005
+++ ZODB3/README.txt	Mon Feb 28 18:34:35 2005
@@ -1,4 +1,4 @@
-ZODB3 3.2.5
+ZODB3 3.2.6
 ===========
 
 Introduction
@@ -32,8 +32,8 @@
 Compatibility
 -------------
 
-ZODB 3.2.5 requires Python 2.3.3 or later.  For best results, we recommend
-using Python 2.3.4.
+ZODB 3.2.6 requires Python 2.3.3 or later.  For best results, we recommend
+using Python 2.3.5.
 
 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
@@ -91,12 +91,12 @@
 You can test this by cd'ing to your home directory and typing the
 following commands::
 
-    Python 2.3.4 (#11, Jan  7 2005, 10:06:56)
+    Python 2.3.5 (#11, Jan  7 2005, 10:06:56)
     [GCC 3.2.2 20030222 (Red Hat Linux 3.2.2-5)] on linux2
     Type "help", "copyright", "credits" or "license" for more information.
     >>> import ZODB
     >>> ZODB.__version__
-    '3.2.5'
+    '3.2.6'
 
 Testing
 -------


=== ZODB3/setup.py 1.50.6.22 => 1.50.6.23 ===
--- ZODB3/setup.py:1.50.6.22	Thu Jan 13 16:32:49 2005
+++ ZODB3/setup.py	Mon Feb 28 18:34:35 2005
@@ -215,7 +215,7 @@
 doclines = __doc__.split("\n")
 
 setup(name="ZODB3",
-      version="3.2.5",
+      version="3.2.6b1",
       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