Commit 6e2dd149 authored by Tim Peters's avatar Tim Peters

Changes to reflect that ZODB trunk is for 3.5 development now.

parent 38560542
What's new in ZODB3 3.5a0?
==========================
Release date: DD-MMM-YYYY
What's new in ZODB3 3.4a1?
==========================
Release date: 01-Apr-2005
......
ZODB 3.4
ZODB 3.5
========
Introduction
......@@ -28,7 +28,7 @@ ZoneAlarm. Many particularly slow tests are skipped unless you pass
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
......
\documentclass{howto}
\title{ZODB/ZEO Programming Guide}
\release{3.4a1}
\release{3.5a0}
\date{\today}
\author{A.M.\ Kuchling}
......
......@@ -247,11 +247,11 @@ class MyDistribution(Distribution):
doclines = __doc__.split("\n")
setup(name="ZODB3",
version="3.4a1",
version="3.5a0",
maintainer="Zope Corporation",
maintainer_email="zodb-dev@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,
......
......@@ -22,4 +22,4 @@ ZEO is now part of ZODB; ZODB's home on the web is
"""
# The next line must use double quotes, so release.py recognizes it.
version = "2.4a1"
version = "2.5a0"
......@@ -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__
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment