[Zodb-checkins] CVS: ZODB3 - NEWS.txt:1.33.6.58
README.txt:1.19.6.17 setup.py:1.50.6.20
Tim Peters
tim.one at comcast.net
Mon Dec 13 13:18:38 EST 2004
Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv15567
Modified Files:
Tag: Zope-2_7-branch
NEWS.txt README.txt setup.py
Log Message:
Fiddle for an internal 3.2.5b1 release, to correspond with the
Zope 2.7.4b2 release planned later this week.
=== ZODB3/NEWS.txt 1.33.6.57 => 1.33.6.58 ===
--- ZODB3/NEWS.txt:1.33.6.57 Wed Dec 1 12:59:52 2004
+++ ZODB3/NEWS.txt Mon Dec 13 13:18:07 2004
@@ -1,6 +1,8 @@
-What's new in ZODB3 3.2.5a1?
+What's new in ZODB3 3.2.5b1?
============================
-Release date: DD-MMM-2004
+Release date: 13-Dec-2004
+
+This was an internal release, to coincide with Zope 2.7.4b2.
FileStorage
-----------
=== ZODB3/README.txt 1.19.6.16 => 1.19.6.17 ===
--- ZODB3/README.txt:1.19.6.16 Sun Oct 24 13:08:58 2004
+++ ZODB3/README.txt Mon Dec 13 13:18:07 2004
@@ -1,4 +1,4 @@
-ZODB3 3.2.4
+ZODB3 3.2.5
===========
Introduction
@@ -32,7 +32,7 @@
Compatibility
-------------
-ZODB 3.2.4 is known to work with Python 2.2 and 2.3. For best
+ZODB 3.2.5 is known to work with Python 2.2 and 2.3. For best
results, we recommend using Python 2.3.4.
This version of ZODB can be used with Zope, but you must replace the
@@ -97,7 +97,7 @@
Type "help", "copyright", "credits" or "license" for more information.
>>> import ZODB
>>> ZODB.__version__
- '3.2.4'
+ '3.2.5b1'
Testing
-------
=== ZODB3/setup.py 1.50.6.19 => 1.50.6.20 ===
--- ZODB3/setup.py:1.50.6.19 Sun Oct 24 13:08:58 2004
+++ ZODB3/setup.py Mon Dec 13 13:18:07 2004
@@ -215,7 +215,7 @@
doclines = __doc__.split("\n")
setup(name="ZODB3",
- version="3.2.4",
+ version="3.2.5b1",
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