[Zodb-checkins] CVS: ZODB3 - README.txt:1.7.4.12 setup.py:1.20.2.12

Jeremy Hylton jeremy at zope.com
Thu Jun 12 19:47:12 EDT 2003


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

Modified Files:
      Tag: ZODB3-3_1-branch
	README.txt setup.py 
Log Message:
Bump version number in anticipation of a release.


=== ZODB3/README.txt 1.7.4.11 => 1.7.4.12 ===
--- ZODB3/README.txt:1.7.4.11	Tue May 13 13:59:47 2003
+++ ZODB3/README.txt	Thu Jun 12 18:46:41 2003
@@ -1,6 +1,6 @@
-ZODB3 3.1.2 beta 1
+ZODB3 3.1.2 beta 2
 ==================
-Release date: 13-May-2003
+Release date: 13-Jun-2003
 
 Please see the LICENSE.txt file for terms and conditions.
 
@@ -17,7 +17,7 @@
 non-Zope stand-alone Python applications.
 
 ZODB3 is known to work with Python 2.1.3, 2.2, and 2.3b1.  For best
-results, we recommend using Python 2.1.3 or Python 2.2.2.  Note that
+results, we recommend using Python 2.1.3 or Python 2.2.3.  Note that
 2.2.1 does not work.
 
 Our primary development platform is Linux, but we also test on Windows
@@ -77,7 +77,7 @@
     Type "help", "copyright", "credits" or "license" for more information.
     >>> import ZODB
     >>> ZODB.__version__
-    '3.1.1'
+    '3.1.2b2'
 
 To install ZODB3 using ZEO version 1 instead of version 2, pass the 
 ``--with-zeo1`` argument to setup.py when you build and install::
@@ -122,8 +122,8 @@
 object system called BoboPOS.  The earliest versions of ZODB 3 were
 released with Zope 2.0.
 
-Andrew Kuchling extracted ZODB from Zope 2.4.1 and packaged them for
-use by standalone Python programs.  He called this version
+Andrew Kuchling extracted ZODB from Zope 2.4.1 and packaged it for use
+by standalone Python programs.  He called this version
 "StandaloneZODB".  Andrew's guide to using ZODB is included in the Doc
 directory.  This version of ZODB was hosted at
 http://sf.net/projects/zodb.  It supported Python 1.5.2, and might


=== ZODB3/setup.py 1.20.2.11 => 1.20.2.12 ===
--- ZODB3/setup.py:1.20.2.11	Wed Apr 30 15:41:46 2003
+++ ZODB3/setup.py	Thu Jun 12 18:46:41 2003
@@ -187,7 +187,7 @@
 doclines = __doc__.split("\n")
 
 setup(name="ZODB3",
-      version="3.1.2b1",
+      version="3.1.2b2",
       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