[Zodb-checkins] CVS: ZODB3 - README.txt:1.7.4.6

Jeremy Hylton jeremy@zope.com
Tue, 10 Dec 2002 12:32:30 -0500


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

Modified Files:
      Tag: ZODB3-3_1-branch
	README.txt 
Log Message:
Bump some version numbers and edit the history section.

I forget to include this in the beta release.


=== ZODB3/README.txt 1.7.4.5 => 1.7.4.6 ===
--- ZODB3/README.txt:1.7.4.5	Wed Oct 23 15:46:52 2002
+++ ZODB3/README.txt	Tue Dec 10 12:32:30 2002
@@ -1,5 +1,5 @@
-ZODB3 3.1
-=========
+ZODB3 3.1.1
+===========
 
 Please see the LICENSE.txt file for terms and conditions.
 
@@ -78,7 +78,7 @@
     Type "help", "copyright", "credits" or "license" for more information.
     >>> import ZODB
     >>> ZODB.__version__
-    '3.1b3'
+    '3.1.1'
 
 To install ZODB3 using ZEO version 1 instead of version 2, pass the 
 ``--with-zeo1`` argument to setup.py when you build and install::
@@ -113,9 +113,9 @@
 -------
 
 The version numbering scheme for ZODB is complicated.  Starting with
-this release, we are trying to make it simpler.  This is release 3.1
-of the package named ZODB3.  Earlier versions had different names and
-different numbers.  This section describes the gory details.
+this release, we are trying to make it simpler.  This is release 3.1.1
+of the package named ZODB3.  Versions prior to 3.1 had different names
+and different numbers.  This section describes the gory details.
 
 Historically, ZODB was distributed as a part of the Zope application
 server.  Jim Fulton's paper at the Python conference in 2000 described