[Zodb-checkins] SVN: ZODB/trunk/ Back off from 3.3c1 to 3.2b2
Tim Peters
tim.one at comcast.net
Fri Aug 13 11:24:03 EDT 2004
Log message for revision 27103:
Back off from 3.3c1 to 3.2b2
Just changing what we're calling the next release.
Changed:
U ZODB/trunk/NEWS.txt
U ZODB/trunk/README.txt
U ZODB/trunk/doc/guide/zodb.tex
U ZODB/trunk/doc/zodb.pdf
U ZODB/trunk/setup.py
U ZODB/trunk/src/ZEO/__init__.py
U ZODB/trunk/src/ZEO/version.txt
U ZODB/trunk/src/ZODB/__init__.py
-=-
Modified: ZODB/trunk/NEWS.txt
===================================================================
--- ZODB/trunk/NEWS.txt 2004-08-13 15:22:02 UTC (rev 27102)
+++ ZODB/trunk/NEWS.txt 2004-08-13 15:24:03 UTC (rev 27103)
@@ -1,10 +1,7 @@
-What's new in ZODB3 3.3c1
-=========================
-Release date: 12-Aug-2004
+What's new in ZODB3 3.3 beta 2
+==============================
+Release date: 13-Aug-2004
-This is release candidate 1 for ZODB 3.3. With luck, 3.3 final will be
-the same, except for version numbers.
-
Transaction Managers
--------------------
Modified: ZODB/trunk/README.txt
===================================================================
--- ZODB/trunk/README.txt 2004-08-13 15:22:02 UTC (rev 27102)
+++ ZODB/trunk/README.txt 2004-08-13 15:24:03 UTC (rev 27103)
@@ -1,5 +1,5 @@
-ZODB3 3.3 release candidate 1
-=============================
+ZODB3 3.3 beta 2
+================
Introduction
------------
Modified: ZODB/trunk/doc/guide/zodb.tex
===================================================================
--- ZODB/trunk/doc/guide/zodb.tex 2004-08-13 15:22:02 UTC (rev 27102)
+++ ZODB/trunk/doc/guide/zodb.tex 2004-08-13 15:24:03 UTC (rev 27103)
@@ -1,7 +1,7 @@
\documentclass{howto}
\title{ZODB/ZEO Programming Guide}
-\release{3.3c1}
+\release{3.3b2}
\date{\today}
\author{A.M.\ Kuchling}
Modified: ZODB/trunk/doc/zodb.pdf
===================================================================
(Binary files differ)
Modified: ZODB/trunk/setup.py
===================================================================
--- ZODB/trunk/setup.py 2004-08-13 15:22:02 UTC (rev 27102)
+++ ZODB/trunk/setup.py 2004-08-13 15:24:03 UTC (rev 27103)
@@ -217,7 +217,7 @@
doclines = __doc__.split("\n")
setup(name="ZODB3",
- version="3.3c1",
+ version="3.3b2",
maintainer="Zope Corporation",
maintainer_email="zodb-dev at zope.org",
url = "http://www.zope.org/Wikis/ZODB",
Modified: ZODB/trunk/src/ZEO/__init__.py
===================================================================
--- ZODB/trunk/src/ZEO/__init__.py 2004-08-13 15:22:02 UTC (rev 27102)
+++ ZODB/trunk/src/ZEO/__init__.py 2004-08-13 15:24:03 UTC (rev 27103)
@@ -22,4 +22,4 @@
"""
# The next line must use double quotes, so release.py recognizes it.
-version = "2.3c1"
+version = "2.3b2"
Modified: ZODB/trunk/src/ZEO/version.txt
===================================================================
--- ZODB/trunk/src/ZEO/version.txt 2004-08-13 15:22:02 UTC (rev 27102)
+++ ZODB/trunk/src/ZEO/version.txt 2004-08-13 15:24:03 UTC (rev 27103)
@@ -1 +1 @@
-2.3c1
+2.3b2
Modified: ZODB/trunk/src/ZODB/__init__.py
===================================================================
--- ZODB/trunk/src/ZODB/__init__.py 2004-08-13 15:22:02 UTC (rev 27102)
+++ ZODB/trunk/src/ZODB/__init__.py 2004-08-13 15:24:03 UTC (rev 27103)
@@ -13,7 +13,7 @@
##############################################################################
# The next line must use double quotes, so release.py recognizes it.
-__version__ = "3.3c1"
+__version__ = "3.3b2"
import sys
import __builtin__
More information about the Zodb-checkins
mailing list