[Zodb-checkins] CVS: ZODB3 - NEWS.txt:1.33.6.60 README.txt:1.19.6.19 setup.py:1.50.6.22

Tim Peters tim.one at comcast.net
Thu Jan 13 16:33:20 EST 2005


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

Modified Files:
      Tag: Zope-2_7-branch
	NEWS.txt README.txt setup.py 
Log Message:
Bump version number to 3.2.5.


=== ZODB3/NEWS.txt 1.33.6.59 => 1.33.6.60 ===
--- ZODB3/NEWS.txt:1.33.6.59	Fri Jan  7 15:27:42 2005
+++ ZODB3/NEWS.txt	Thu Jan 13 16:32:49 2005
@@ -1,3 +1,10 @@
+What's new in ZODB3 3.2.5?
+==========================
+Release date: 13-Jan-2005
+
+No changes were made since 3.2.5c1.
+
+
 What's new in ZODB3 3.2.5c1?
 ============================
 Release date: 07-Jan-2005


=== ZODB3/README.txt 1.19.6.18 => 1.19.6.19 ===
--- ZODB3/README.txt:1.19.6.18	Fri Jan  7 15:27:42 2005
+++ ZODB3/README.txt	Thu Jan 13 16:32:49 2005
@@ -92,12 +92,12 @@
 You can test this by cd'ing to your home directory and typing the
 following commands::
 
-    Python 2.3.4 (#11, Jan  7 2004, 10:06:56)
+    Python 2.3.4 (#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.5c1'
+    '3.2.5'
 
 Testing
 -------


=== ZODB3/setup.py 1.50.6.21 => 1.50.6.22 ===
--- ZODB3/setup.py:1.50.6.21	Fri Jan  7 15:27:42 2005
+++ ZODB3/setup.py	Thu Jan 13 16:32:49 2005
@@ -215,7 +215,7 @@
 doclines = __doc__.split("\n")
 
 setup(name="ZODB3",
-      version="3.2.5c1",
+      version="3.2.5",
       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