[Zodb-checkins] CVS: ZODB3 - NEWS.txt:1.33.6.90 README.txt:1.19.6.25 setup.py:1.50.6.36

Tim Peters tim.one at comcast.net
Mon Jul 18 16:21:36 EDT 2005


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

Modified Files:
      Tag: Zope-2_7-branch
	NEWS.txt README.txt setup.py 
Log Message:
An internal 3.2.10a1 release.


=== ZODB3/NEWS.txt 1.33.6.89 => 1.33.6.90 ===
--- ZODB3/NEWS.txt:1.33.6.89	Mon Jul 18 15:40:34 2005
+++ ZODB3/NEWS.txt	Mon Jul 18 16:21:05 2005
@@ -5,7 +5,7 @@
 Following are dates of internal releases (to support ongoing Zope 2.7
 development) since ZODB 3.2's last public release:
 
-- 3.2.10a1 DD-MMM-2005
+- 3.2.10a1 18-Jul-2005
 
 BTrees
 ------


=== ZODB3/README.txt 1.19.6.24 => 1.19.6.25 ===
--- ZODB3/README.txt:1.19.6.24	Mon Jun 27 13:10:24 2005
+++ ZODB3/README.txt	Mon Jul 18 16:21:05 2005
@@ -1,5 +1,5 @@
-ZODB3 3.2.9
-===========
+ZODB3 3.2.10
+============
 
 Introduction
 ------------
@@ -32,7 +32,7 @@
 Compatibility
 -------------
 
-ZODB 3.2.9 requires Python 2.3.3 or later.  For best results, we recommend
+ZODB 3.2.10 requires Python 2.3.3 or later.  For best results, we recommend
 using Python 2.3.5.  Python 2.4.1 may also be used.
 
 This version of ZODB can be used with Zope 2.7.3 or later, but you must
@@ -96,7 +96,7 @@
     Type "help", "copyright", "credits" or "license" for more information.
     >>> import ZODB
     >>> ZODB.__version__
-    '3.2.9'
+    '3.2.10'
 
 Testing
 -------


=== ZODB3/setup.py 1.50.6.35 => 1.50.6.36 ===
--- ZODB3/setup.py:1.50.6.35	Fri Jul  8 13:32:22 2005
+++ ZODB3/setup.py	Mon Jul 18 16:21:05 2005
@@ -26,7 +26,7 @@
 # Development Status :: 3 - Alpha
 
 classifiers = """\
-Development Status :: 5 - Production/Stable
+Development Status :: 3 - Alpha
 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.9",
+      version="3.2.10a1",
       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