Commit 7449c3ea authored by Andreas Jung's avatar Andreas Jung

3.7.1

parent c486c7f9
\documentclass{howto}
\title{ZODB/ZEO Programming Guide}
\release{3.7.0b3}
\release{3.7.1}
\date{\today}
\author{A.M.\ Kuchling}
......
......@@ -20,7 +20,7 @@ to application logic. ZODB includes features such as a plugable storage
interface, rich transaction support, and undo.
"""
VERSION = "3.7.0"
VERSION = "3.7.1"
# The (non-obvious!) choices for the Trove Development Status line:
# Development Status :: 5 - Production/Stable
......
......@@ -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.0b3"
version = "3.7.1"
......@@ -13,7 +13,7 @@
##############################################################################
# The next line must use double quotes, so release.py recognizes it.
__version__ = "3.7.0b3"
__version__ = "3.7.1"
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