Commit 62b12b51 authored by Tim Peters's avatar Tim Peters

3.3.1 final.

Alas, after letting Cygwin update TeX components, it
was impossible to regenerate the PSF or HTML docs --
utterly incomprehsible msgs, like "I'm stymied", and
then it quit.

Backing off to some 2.0.0 version allowed getting the
PDF generated, but it still can't create the HTML form.

I don't have time to try to sort this out; the HTML
will have to be done later (if ever).
parent eb22bce6
What's new in ZODB3 3.3.1?
==========================
Release date: DD-MMM-2005
Release date: 14-Apr-2005
Please note that ZODB 3.3.1 final is expected to be the last release in
the 3.3.1 line. Zope 2.8 and Zope3 development have moved on to the
ZODB 3.4 line.
Tests
-----
......
\documentclass{howto}
\title{ZODB/ZEO Programming Guide}
\release{3.3.1c1}
\release{3.3.1}
\date{\today}
\author{A.M.\ Kuchling}
......
No preview for this file type
......@@ -221,7 +221,7 @@ class MyDistribution(Distribution):
doclines = __doc__.split("\n")
setup(name="ZODB3",
version="3.3.1c1",
version="3.3.1",
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.3.1c1"
version = "2.3.1"
......@@ -13,7 +13,7 @@
##############################################################################
# The next line must use double quotes, so release.py recognizes it.
__version__ = "3.3.1c1"
__version__ = "3.3.1"
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