[Zodb-checkins] SVN: ZODB/trunk/ Changes to reflect that ZODB trunk
is for 3.5 development now.
Tim Peters
tim.one at comcast.net
Fri Apr 1 17:23:35 EST 2005
Log message for revision 29814:
Changes to reflect that ZODB trunk is for 3.5 development now.
Changed:
U ZODB/trunk/NEWS.txt
U ZODB/trunk/README.txt
U ZODB/trunk/doc/guide/zodb.tex
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 2005-04-01 21:47:49 UTC (rev 29813)
+++ ZODB/trunk/NEWS.txt 2005-04-01 22:23:35 UTC (rev 29814)
@@ -1,3 +1,8 @@
+What's new in ZODB3 3.5a0?
+==========================
+Release date: DD-MMM-YYYY
+
+
What's new in ZODB3 3.4a1?
==========================
Release date: 01-Apr-2005
Modified: ZODB/trunk/README.txt
===================================================================
--- ZODB/trunk/README.txt 2005-04-01 21:47:49 UTC (rev 29813)
+++ ZODB/trunk/README.txt 2005-04-01 22:23:35 UTC (rev 29814)
@@ -1,4 +1,4 @@
-ZODB 3.4
+ZODB 3.5
========
Introduction
@@ -28,7 +28,7 @@
Compatibility
-------------
-ZODB 3.4 requires Python 2.3.4 or later. For best results, we recommend
+ZODB 3.5 requires Python 2.3.4 or later. For best results, we recommend
Python 2.3.5.
The Zope 2.8 release, and Zope3 releases, should be compatible with this
Modified: ZODB/trunk/doc/guide/zodb.tex
===================================================================
--- ZODB/trunk/doc/guide/zodb.tex 2005-04-01 21:47:49 UTC (rev 29813)
+++ ZODB/trunk/doc/guide/zodb.tex 2005-04-01 22:23:35 UTC (rev 29814)
@@ -1,7 +1,7 @@
\documentclass{howto}
\title{ZODB/ZEO Programming Guide}
-\release{3.4a1}
+\release{3.5a0}
\date{\today}
\author{A.M.\ Kuchling}
Modified: ZODB/trunk/setup.py
===================================================================
--- ZODB/trunk/setup.py 2005-04-01 21:47:49 UTC (rev 29813)
+++ ZODB/trunk/setup.py 2005-04-01 22:23:35 UTC (rev 29814)
@@ -247,11 +247,11 @@
doclines = __doc__.split("\n")
setup(name="ZODB3",
- version="3.4a1",
+ version="3.5a0",
maintainer="Zope Corporation",
maintainer_email="zodb-dev at zope.org",
url = "http://www.zope.org/Wikis/ZODB",
- download_url = "http://www.zope.org/Products/ZODB3.3",
+ download_url = "http://www.zope.org/Products/ZODB3.5",
packages = packages,
package_dir = {'': 'src'},
ext_modules = exts,
Modified: ZODB/trunk/src/ZEO/__init__.py
===================================================================
--- ZODB/trunk/src/ZEO/__init__.py 2005-04-01 21:47:49 UTC (rev 29813)
+++ ZODB/trunk/src/ZEO/__init__.py 2005-04-01 22:23:35 UTC (rev 29814)
@@ -22,4 +22,4 @@
"""
# The next line must use double quotes, so release.py recognizes it.
-version = "2.4a1"
+version = "2.5a0"
Modified: ZODB/trunk/src/ZEO/version.txt
===================================================================
--- ZODB/trunk/src/ZEO/version.txt 2005-04-01 21:47:49 UTC (rev 29813)
+++ ZODB/trunk/src/ZEO/version.txt 2005-04-01 22:23:35 UTC (rev 29814)
@@ -1 +1 @@
-2.4a1
+2.5a0
Modified: ZODB/trunk/src/ZODB/__init__.py
===================================================================
--- ZODB/trunk/src/ZODB/__init__.py 2005-04-01 21:47:49 UTC (rev 29813)
+++ ZODB/trunk/src/ZODB/__init__.py 2005-04-01 22:23:35 UTC (rev 29814)
@@ -13,7 +13,7 @@
##############################################################################
# The next line must use double quotes, so release.py recognizes it.
-__version__ = "3.4a1"
+__version__ = "3.5a0"
import sys
import __builtin__
More information about the Zodb-checkins
mailing list