Commit 4dafd7e9 authored by Tim Peters's avatar Tim Peters

Since X3 will be a beta release, call ZODB a beta release.

parent 8c672807
What's new in ZODB3 3.3c1
=========================
Release date: 12-Aug-2004
This is release candidate 1 for ZODB 3.3. With luck, 3.3 final will be
the same, except for version numbers.
What's new in ZODB3 3.3 beta 2
==============================
Release date: 13-Aug-2004
Transaction Managers
--------------------
......
ZODB3 3.3 release candidate 1
=============================
ZODB3 3.3 beta 2
================
Introduction
------------
......
\documentclass{howto}
\title{ZODB/ZEO Programming Guide}
\release{3.3c1}
\release{3.3b2}
\date{\today}
\author{A.M.\ Kuchling}
......
No preview for this file type
......@@ -216,7 +216,7 @@ class MyDistribution(Distribution):
doclines = __doc__.split("\n")
setup(name="ZODB3",
version="3.3c1",
version="3.3b2",
maintainer="Zope Corporation",
maintainer_email="zodb-dev@zope.org",
url = "http://www.zope.org/Wikis/ZODB",
......
......@@ -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.3c1"
version = "2.3b2"
......@@ -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__
......
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