[Zodb-checkins] CVS: ZODB3 - NEWS.txt:1.33.6.97 README.txt:1.19.6.26 setup.py:1.50.6.39

Tim Peters tim.one at comcast.net
Wed Oct 12 13:32:01 EDT 2005


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

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


=== ZODB3/NEWS.txt 1.33.6.96 => 1.33.6.97 ===
--- ZODB3/NEWS.txt:1.33.6.96	Wed Oct  5 15:05:58 2005
+++ ZODB3/NEWS.txt	Wed Oct 12 13:31:30 2005
@@ -1,6 +1,6 @@
 What's new in ZODB3 3.2.10?
 ===========================
-Release date: DD-MMM-2005
+Release date: 12-Oct-2005
 
 Following are dates of internal releases (to support ongoing Zope 2.7
 development) since ZODB 3.2's last public release:


=== ZODB3/README.txt 1.19.6.25 => 1.19.6.26 ===
--- ZODB3/README.txt:1.19.6.25	Mon Jul 18 16:21:05 2005
+++ ZODB3/README.txt	Wed Oct 12 13:31:30 2005
@@ -33,7 +33,7 @@
 -------------
 
 ZODB 3.2.10 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.
+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


=== ZODB3/setup.py 1.50.6.38 => 1.50.6.39 ===
--- ZODB3/setup.py:1.50.6.38	Wed Oct  5 15:05:58 2005
+++ ZODB3/setup.py	Wed Oct 12 13:31:31 2005
@@ -215,7 +215,7 @@
 doclines = __doc__.split("\n")
 
 setup(name="ZODB3",
-      version="3.2.10b2",
+      version="3.2.10",
       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