[Zodb-checkins] CVS: ZODB3 - NEWS.txt:1.33.6.55 README.txt:1.19.6.16 setup.py:1.50.6.19

Tim Peters tim.one at comcast.net
Sun Oct 24 13:09:29 EDT 2004


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

Modified Files:
      Tag: Zope-2_7-branch
	NEWS.txt README.txt setup.py 
Log Message:
Changes for 3.2.4 final.


=== ZODB3/NEWS.txt 1.33.6.54 => 1.33.6.55 ===
--- ZODB3/NEWS.txt:1.33.6.54	Wed Oct 20 15:19:18 2004
+++ ZODB3/NEWS.txt	Sun Oct 24 13:08:58 2004
@@ -1,3 +1,9 @@
+What's new in ZODB3 3.2.4?
+==========================
+Release date: 24-Oct-2004
+
+No changes were made since 3.2.4c2.
+
 What's new in ZODB3 3.2.4 release candidate 2?
 ==============================================
 Release date: 20-Oct-2004


=== ZODB3/README.txt 1.19.6.15 => 1.19.6.16 ===
--- ZODB3/README.txt:1.19.6.15	Wed Oct 20 15:19:18 2004
+++ ZODB3/README.txt	Sun Oct 24 13:08:58 2004
@@ -1,5 +1,5 @@
-ZODB3 3.2.4c2
-=============
+ZODB3 3.2.4
+===========
 
 Introduction
 ------------
@@ -32,7 +32,7 @@
 Compatibility
 -------------
 
-ZODB 3.2.4c2 is known to work with Python 2.2 and 2.3.  For best
+ZODB 3.2.4 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.4c2'
+    '3.2.4'
 
 Testing
 -------


=== ZODB3/setup.py 1.50.6.18 => 1.50.6.19 ===
--- ZODB3/setup.py:1.50.6.18	Wed Oct 20 15:19:18 2004
+++ ZODB3/setup.py	Sun Oct 24 13:08:58 2004
@@ -215,7 +215,7 @@
 doclines = __doc__.split("\n")
 
 setup(name="ZODB3",
-      version="3.2.4c2",
+      version="3.2.4",
       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