[Zodb-checkins] CVS: ZODB3 - setup.py:1.50.6.5.2.1 README.txt:1.19.6.4.2.1

Jeremy Hylton jeremy at zope.com
Wed Oct 8 10:09:36 EDT 2003


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

Modified Files:
      Tag: ZODB3-3-2-release
	setup.py README.txt 
Log Message:
The usual


=== ZODB3/setup.py 1.50.6.5 => 1.50.6.5.2.1 ===
--- ZODB3/setup.py:1.50.6.5	Tue Sep 30 15:37:45 2003
+++ ZODB3/setup.py	Wed Oct  8 10:09:35 2003
@@ -221,7 +221,7 @@
 doclines = __doc__.split("\n")
 
 setup(name="ZODB3",
-      version="3.2c1",
+      version="3.2",
       maintainer="Zope Corporation",
       maintainer_email="zodb-dev at zope.org",
       url = "http://www.zope.org/Wikis/ZODB/FrontPage",


=== ZODB3/README.txt 1.19.6.4 => 1.19.6.4.2.1 ===
--- ZODB3/README.txt:1.19.6.4	Tue Sep 30 15:57:41 2003
+++ ZODB3/README.txt	Wed Oct  8 10:09:35 2003
@@ -1,5 +1,5 @@
-ZODB3 3.2 release candidate 1
-=============================
+ZODB3 3.2
+=========
 
 Introduction
 ------------
@@ -96,7 +96,7 @@
     Type "help", "copyright", "credits" or "license" for more information.
     >>> import ZODB
     >>> ZODB.__version__
-    '3.2c1'
+    '3.2'
 
 Testing
 -------




More information about the Zodb-checkins mailing list