[Zodb-checkins] CVS: ZODB3 - NEWS.txt:1.33.6.54 README.txt:1.19.6.15 setup.py:1.50.6.18

Tim Peters tim.one at comcast.net
Wed Oct 20 15:19:48 EDT 2004


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

Modified Files:
      Tag: Zope-2_7-branch
	NEWS.txt README.txt setup.py 
Log Message:
Tagged ZODB 3.2.4c2.


=== ZODB3/NEWS.txt 1.33.6.53 => 1.33.6.54 ===
--- ZODB3/NEWS.txt:1.33.6.53	Mon Oct 18 14:08:14 2004
+++ ZODB3/NEWS.txt	Wed Oct 20 15:19:18 2004
@@ -1,6 +1,6 @@
-What's new in ZODB3 3.2.4?
-==========================
-Release date: 17-Sep-2004
+What's new in ZODB3 3.2.4 release candidate 2?
+==============================================
+Release date: 20-Oct-2004
 
 ZEO
 ---


=== ZODB3/README.txt 1.19.6.14 => 1.19.6.15 ===
--- ZODB3/README.txt:1.19.6.14	Fri Sep 17 11:08:30 2004
+++ ZODB3/README.txt	Wed Oct 20 15:19:18 2004
@@ -1,5 +1,5 @@
-ZODB3 3.2.4
-===========
+ZODB3 3.2.4c2
+=============
 
 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.4c2 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.4c2'
 
 Testing
 -------


=== ZODB3/setup.py 1.50.6.17 => 1.50.6.18 ===
--- ZODB3/setup.py:1.50.6.17	Fri Sep 17 11:08:30 2004
+++ ZODB3/setup.py	Wed Oct 20 15:19:18 2004
@@ -215,7 +215,7 @@
 doclines = __doc__.split("\n")
 
 setup(name="ZODB3",
-      version="3.2.4",
+      version="3.2.4c2",
       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