[Zodb-checkins] CVS: ZODB3 - README.txt:1.19.6.5 setup.py:1.50.6.8

Jeremy Hylton jeremy at zope.com
Wed Oct 8 11:12:10 EDT 2003


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

Modified Files:
      Tag: Zope-2_7-branch
	README.txt setup.py 
Log Message:
Bump version numbers.


=== ZODB3/README.txt 1.19.6.4 => 1.19.6.5 ===
--- ZODB3/README.txt:1.19.6.4	Tue Sep 30 15:57:41 2003
+++ ZODB3/README.txt	Wed Oct  8 11:11:39 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
 -------


=== ZODB3/setup.py 1.50.6.7 => 1.50.6.8 ===
--- ZODB3/setup.py:1.50.6.7	Tue Oct  7 22:10:45 2003
+++ ZODB3/setup.py	Wed Oct  8 11:11:39 2003
@@ -223,7 +223,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",




More information about the Zodb-checkins mailing list