Commit cb6f3dd5 authored by Tim Peters's avatar Tim Peters

Pretend 3.3 final is being released.

So that if Zope X3-3.0 final is released while I'm on vacation,
it will have the right ZODB stuff in it (although I still need
to stitch this in to the Zope 3 and X3 trees).
parent a1833cc9
What's new in ZODB3 3.3? What's new in ZODB3 3.3?
======================== ========================
Release date: DD-Sep-2004 Release date: 17-Sep-2004
Nothing changed since the 3.3c1 release, except for adding a new test.
What's new in ZODB3 3.3 release candidate 1? What's new in ZODB3 3.3 release candidate 1?
......
ZODB3 3.3 release candidate 1 ZODB3 3.3
============================= =========
Introduction Introduction
------------ ------------
......
\documentclass{howto} \documentclass{howto}
\title{ZODB/ZEO Programming Guide} \title{ZODB/ZEO Programming Guide}
\release{3.3c1} \release{3.3}
\date{\today} \date{\today}
\author{A.M.\ Kuchling} \author{A.M.\ Kuchling}
......
No preview for this file type
...@@ -13,7 +13,7 @@ Description: ...@@ -13,7 +13,7 @@ Description:
Maintainer: ZODB Developers Maintainer: ZODB Developers
Maintainer-email: zodb-dev@zope.org Maintainer-email: zodb-dev@zope.org
Platform: any Platform: any
Classifier: Development Status :: 4 - Beta Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python Classifier: Programming Language :: Python
......
...@@ -20,8 +20,13 @@ to application logic. ZODB includes features such as a plugable storage ...@@ -20,8 +20,13 @@ to application logic. ZODB includes features such as a plugable storage
interface, rich transaction support, and undo. interface, rich transaction support, and undo.
""" """
# The (non-obvious!) choices for the Trove Development Status line:
# Development Status :: 5 - Production/Stable
# Development Status :: 4 - Beta
# Development Status :: 3 - Alpha
classifiers = """\ classifiers = """\
Development Status :: 4 - Beta Development Status :: 5 - Production/Stable
Intended Audience :: Developers Intended Audience :: Developers
License :: OSI Approved :: Zope Public License License :: OSI Approved :: Zope Public License
Programming Language :: Python Programming Language :: Python
...@@ -216,7 +221,7 @@ class MyDistribution(Distribution): ...@@ -216,7 +221,7 @@ class MyDistribution(Distribution):
doclines = __doc__.split("\n") doclines = __doc__.split("\n")
setup(name="ZODB3", setup(name="ZODB3",
version="3.3c1", version="3.3",
maintainer="Zope Corporation", maintainer="Zope Corporation",
maintainer_email="zodb-dev@zope.org", maintainer_email="zodb-dev@zope.org",
url = "http://www.zope.org/Wikis/ZODB", url = "http://www.zope.org/Wikis/ZODB",
......
...@@ -22,4 +22,4 @@ ZEO is now part of ZODB; ZODB's home on the web is ...@@ -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. # The next line must use double quotes, so release.py recognizes it.
version = "2.3c1" version = "2.3"
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
############################################################################## ##############################################################################
# The next line must use double quotes, so release.py recognizes it. # The next line must use double quotes, so release.py recognizes it.
__version__ = "3.3c1" __version__ = "3.3"
import sys import sys
import __builtin__ 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