[Zodb-checkins] CVS: ZODB3 - NEWS.txt:1.33.6.31 README.txt:1.19.6.11 setup.py:1.50.6.14

Tim Peters tim.one at comcast.net
Fri Jun 18 09:57:03 EDT 2004


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

Modified Files:
      Tag: Zope-2_7-branch
	NEWS.txt README.txt setup.py 
Log Message:
Update version #, date, regen docs, for 3.2.2.


=== ZODB3/NEWS.txt 1.33.6.30 => 1.33.6.31 ===
--- ZODB3/NEWS.txt:1.33.6.30	Mon Jun 14 17:58:56 2004
+++ ZODB3/NEWS.txt	Fri Jun 18 09:56:33 2004
@@ -1,6 +1,6 @@
 What's new in ZODB3 3.2.2
 =========================
-Release date: DD-Jun-2004
+Release date: 18-Jun-2004
 
 Storages
 --------


=== ZODB3/README.txt 1.19.6.10 => 1.19.6.11 ===
--- ZODB3/README.txt:1.19.6.10	Thu Jun 10 15:20:32 2004
+++ ZODB3/README.txt	Fri Jun 18 09:56:33 2004
@@ -1,5 +1,5 @@
-ZODB3 3.2.2b1
-=============
+ZODB3 3.2.2
+===========
 
 Introduction
 ------------
@@ -97,7 +97,7 @@
     Type "help", "copyright", "credits" or "license" for more information.
     >>> import ZODB
     >>> ZODB.__version__
-    '3.2.2b1'
+    '3.2.2'
 
 Testing
 -------


=== ZODB3/setup.py 1.50.6.13 => 1.50.6.14 ===
--- ZODB3/setup.py:1.50.6.13	Thu Jun 10 22:19:45 2004
+++ ZODB3/setup.py	Fri Jun 18 09:56:33 2004
@@ -26,7 +26,7 @@
 # Development Status :: 3 - Alpha
 
 classifiers = """\
-Development Status :: 4 - Beta
+Development Status :: 5 - Production/Stable
 Intended Audience :: Developers
 License :: OSI Approved :: Zope Public License
 Programming Language :: Python
@@ -215,7 +215,7 @@
 doclines = __doc__.split("\n")
 
 setup(name="ZODB3",
-      version="3.2.2b1",
+      version="3.2.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