[Zodb-checkins] CVS: ZODB3 - setup.py:1.49 README.txt:1.15
Jeremy Hylton
jeremy at zope.com
Fri May 30 16:20:58 EDT 2003
Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv25334
Modified Files:
setup.py README.txt
Log Message:
Merge ZODB3-auth-branch and bump a few version numbers.
After the merge, I made several Python 2.1 compatibility changes for
the auth code.
=== ZODB3/setup.py 1.48 => 1.49 ===
--- ZODB3/setup.py:1.48 Fri May 16 16:20:01 2003
+++ ZODB3/setup.py Fri May 30 15:20:58 2003
@@ -143,7 +143,7 @@
packages = ["BDBStorage", "BDBStorage.tests",
"BTrees", "BTrees.tests",
- "ZEO", "ZEO.zrpc", "ZEO.tests",
+ "ZEO", "ZEO.auth", "ZEO.zrpc", "ZEO.tests",
"ZODB", "ZODB.tests",
"Persistence",
"ThreadedAsync",
@@ -220,7 +220,7 @@
doclines = __doc__.split("\n")
setup(name="ZODB3",
- version="3.2a1",
+ version="3.2b1",
maintainer="Zope Corporation",
maintainer_email="zodb-dev at zope.org",
url = "http://www.zope.org/Wikis/ZODB/FrontPage",
=== ZODB3/README.txt 1.14 => 1.15 ===
--- ZODB3/README.txt:1.14 Fri Jan 17 14:13:52 2003
+++ ZODB3/README.txt Fri May 30 15:20:58 2003
@@ -1,4 +1,4 @@
-ZODB3 3.2a1
+ZODB3 3.2b1
===========
Please see the LICENSE.txt file for terms and conditions.
@@ -83,7 +83,7 @@
Type "help", "copyright", "credits" or "license" for more information.
>>> import ZODB
>>> ZODB.__version__
- '3.2a1'
+ '3.2b1'
Testing
-------
More information about the Zodb-checkins
mailing list