Commit 6ab8173f authored by Jim Fulton's avatar Jim Fulton

Updated release info.

parent d3ebdeed
What's new on ZODB 3.7b2?
=========================
What's new on ZODB 3.7.0b3?
===========================
Packaging
---------
- (3.7.0b3) ZODB is now packaged without it's dependencies
ZODB no longer includes copies of dependencies such as
ZConfig, zope.interface and so on. It now treats these as
dependencies. If ZODB is installed with easy_install or
zc.buildout, the dependencies will be installed automatically.
- (3.7.0b3) ZODB is now a buildout
ZODB checkouts are now built and tested using zc.buildout.
ClientStorage
-------------
......
\documentclass{howto}
\title{ZODB/ZEO Programming Guide}
\release{3.7.0a0}
\release{3.7.0b3}
\date{\today}
\author{A.M.\ Kuchling}
......
......@@ -20,6 +20,8 @@ to application logic. ZODB includes features such as a plugable storage
interface, rich transaction support, and undo.
"""
VERSION = "3.7.0b3"
# The (non-obvious!) choices for the Trove Development Status line:
# Development Status :: 5 - Production/Stable
# Development Status :: 4 - Beta
......@@ -238,7 +240,7 @@ else:
setup(name="ZODB3",
version="3.7.0a2",
version=VERSION,
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 = "3.7.0a0"
version = "3.7.0b3"
......@@ -13,7 +13,7 @@
##############################################################################
# The next line must use double quotes, so release.py recognizes it.
__version__ = "3.7.0a0"
__version__ = "3.7.0b3"
import sys
......
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